标签: mysql
SQL代码:
select car_id, user_id from orders o left join users u on u.id = o.user_id where o.user_id in (select id from users limit 3)
Mysql说This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery
This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery