标签:hang syntax near SQ for nta values 语法错误 student
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 了。
1064 - You have an error in your SQL syntax;
标签:hang syntax near SQ for nta values 语法错误 student
原文地址:https://www.cnblogs.com/xiqoqu/p/9166249.html