You have an error in your SQL syntax.....for the right syntax to use near 'describe

查询或者插入,提示: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 'describe.....
 由于describe是mysql的关键字,不能用这个做为数据库中的表的字段。
解决方法:在查询中给该字段增长引号,好比` describe`html

相关文章
相关标签/搜索