问一下在mysql客户端中增加数据时总出现error 1064(42000)怎么办?

MySql 码拜 9年前 (2016-02-05) 1112次浏览
问一下在mysql客户端中增加数据时总出现error 1064(42000)怎么办?
mysql> insert into news(title,author,source,content,addate) values(“新闻标题”,‘
admin’,”ifeng.com”,”content…”,1234567890);
ERROR 1064 (42000): 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 “‘adm
in’,”ifeng.com”,”content…”,1234567890)” at line 1
mysql>
解决方案

40

注意你的逗号。
注意观察下面的区别:
,,

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明问一下在mysql客户端中增加数据时总出现error 1064(42000)怎么办?
喜欢 (0)
[1034331897@qq.com]
分享 (0)