select * from products where ProId in(select ProId from `products` where ProId > 0 order by ProId asc limit 0, 500) SQLSTATE[42000]: Syntax error or access violation: 1235 This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'
错误代码:#42000 - Array
(
[0] => 42000
[1] => 1235
[2] => This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'
)