Home > Database > Mysql Tutorial > body text

mysql自带的command line client中创建表的时候,遇到int+数字的

WBOY
Release: 2016-06-07 15:19:33
Original
1054 people have browsed it

下面是我遇到的问题,截图如下,最后的解决办法如下:在int数字的字段上加上一个“像单引号的东西”, 注意,并不是单引号,单引号仍然会报错。 另外,float类型的字段也会有这样的,float数字的字段也要加上这种像单引号的东西。 特别是float这个字段,我总

下面是我遇到的问题,截图如下,最后的解决办法如下:在int+数字的字段上加上一个“像单引号的东西”,

注意,并不是单引号,单引号仍然会报错。

另外,float类型的字段也会有这样的,float+数字的字段也要加上这种像单引号的东西。

mysql自带的command line client中创建表的时候,遇到int+数字的

特别是float这个字段,我总感觉是mysql的bug,只有float4的时候是不可以

mysql自带的command line client中创建表的时候,遇到int+数字的

当然今天在命令行中创建表的时候,还发现,Varchar类型的字段必须指定字符串的长度:如下图

mysql自带的command line client中创建表的时候,遇到int+数字的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!