MySQL命令不支持中文空格

2019-11-28  本文已影响0人  郭海杰

在使用MySQL的时候一定要在不能使用中文空格,中文空格会报错,语法错误

code: "ER_PARSE_ERROR"
errno: 1064
sqlMessage: "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 'article.id=1' at line 1"
sqlState: "42000"
上一篇 下一篇

猜你喜欢

热点阅读