mysql 1064 错误:
SQL语法错误,check the manual that corresponds to your MySQL server version for the right syntax to use near 'intsert into students values(1,"zhangsan",20)' at line 1
这句话的意思是检查SQL语句 仔细看一下,insert 写成 intsert 了。
mysql 1064 错误:
SQL语法错误,check the manual that corresponds to your MySQL server version for the right syntax to use near 'intsert into students values(1,"zhangsan",20)' at line 1
这句话的意思是检查SQL语句 仔细看一下,insert 写成 intsert 了。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。