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 发布
本文解决了一个常见的MySQL语法错误——在表名和字段名中误用了单引号导致的语法问题。正确的做法是使用反引号(`)来标识这些名称。
3万+

被折叠的 条评论
为什么被折叠?



