Answer the question
In order to leave comments, you need to log in
Limit for WHERE IN in MySQL?
I once read somewhere that there is a limit on the input data of the WHERE IN () construct.
Can someone tell me what the limit is?
SELECT *
FROM `A`
WHERE `id`
IN (
SELECT id
FROM `B`
WHERE row2 =1
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question