Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Limit in subqueries is not supported.
MySQL does not support LIMIT in subqueries for ce...
SELECT * FROM t1
WHERE s1 IN (SELECT s2 FROM t2 ORDER BY s1 LIMIT 1);
ERROR 1235 (42000): This version of MySQL doesn't yet support
'LIMIT & IN/ALL/ANY/SOME subquery'
Perhaps you are not getting an error?
ERROR 1235 (42000): This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question