想要在查询中用in中使用limit SELECT * from t_order where order_no in ( SELECT distinct order_no from t_order where order_no is not null and order_no <> '' limit 0, 2 ) 报错: 1235 - This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery', Time…