You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
Posted ISaiSai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version相关的知识,希望对你有一定的参考价值。
SQL 当使用in 拼接 的时候
当in中没有数据的时候,会包错如上
如
AND (item_id IN ())
需要在上游做空数组判断
以上是关于You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version的主要内容,如果未能解决你的问题,请参考以下文章
1064 - You have an error in your SQL syntax;
Mysql错误 ERROR 1064 (42000): You have an error in your SQL syntax
Error:You have an error in your SQL syntax; TYPE=MYISAM
1064 - You have an error in your SQL syntax问题解决