What's the maximum number of arguments allowed within the IN(., ... ,.)
function?
With another words, what's the maximum N for such query to be valid
SELECT * FROM mytable WHERE mycol IN (a1, a2, ..., aN);
What's the maximum number of arguments allowed within the IN(., ... ,.)
function?
With another words, what's the maximum N for such query to be valid
SELECT * FROM mytable WHERE mycol IN (a1, a2, ..., aN);