Hey, I need to use the IN clause in my MySQL statement with a large set of identifiers.
Example
SELECT * FROM users WHERE id IN (1,2,3,4...100000)
Is there a limit if elements that an IN operator can have?
mysql condition
xpepermint Nov 25 2018-10-11T00: 00Z
source share