mysql错误: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 ”uqe_category_type’ (category_type);
解决方法:
对于mysql中的 表名 和字段名是不可以使用 单引号的,要使用`,尝试一下。
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
最新推荐文章于 2024-07-27 14:50:38 发布