MySQL错误代码以及解决方法

    技术2023-05-06  74

    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`
    Processed: 0.014, SQL: 12