check the manual that corresponds to your MySQL server version for the right syntax处理方案

check the manual that corresponds to your MySQL server version for the right syntax:代码出现这样的bug,就要注意你的数据库字段是否出现和SQL关键字冲突的,比如“desc”、"order"这些,之前在大学遇到过这种bug,调试了很久才发现

原文地址:https://www.cnblogs.com/mzq123/p/7821218.html