标签: mysql sql arrays select
IN(., ... ,.)函数中允许的最大参数数是多少?
IN(., ... ,.)
换句话说,这种查询的最大N是有效的
SELECT * FROM mytable WHERE mycol IN (a1, a2, ..., aN);