一、报错信息

|
1
2
|
错误代码: 1064You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc ='xx' LIMIT 0, 1000' at line 1 |
|
1
|
中文解释(百度翻译......): |
|
1
|
1064您的SQL语法中有一个错误;请查看与您的MySQL服务器版本相对应的手册,以了解在第1行使用接近 'desc ='xx' LIMIT 0,1000'的语法。 |
|
1
|
select * from package where `desc` ='xx'; |

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/bigdata/242872.html