作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我知道这个主题有很多问题,但我还没有发现我的错误。我刚开始学习 SQL。
我的查询:
CREATE TABLE IF NOT EXISTS `data` (
`id` int(11) NOT NULL auto_increment,
`quizid` int(11) NOT NULL default '0',
`result` int(3) NOT NULL default '0',
`IP` varchar(16) NOT NULL default '',
`ts` timestamp(14) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB ;
错误:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL,
PRIMARY KEY (`id`)' at line 6
我知道答案一定很容易被正确的眼睛发现。
最佳答案
timestamp
不在 CREATE TABLE
子句中接受长度
关于MySQL 创建表时报错 #1064,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20308849/
我无法在附加行中显示“真”、“假”、"is"和“否”按钮。 我在这里有一个应用程序:Application 请按照以下步骤使用应用程序: 1。当你打开应用程序时,你会看到一个绿色的加号按钮,点击 在此
我是一名优秀的程序员,十分优秀!