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 ‘‘address’ VARCHAR ( 255 ) NOT NULL )’ at line 6 解决: 字段或者表名不是用单引号,而是用反引号(英文模式输入,数字键盘的最左边)
错误:'address'
正确:`address`
转载请注明原文地址:https://ipadbbs.8miu.com/read-41604.html