语句是这样子的
code=SQL]select * from producation where producation_id Not in(select producation_id from producation order by producation_id desc limit 2) order by producation_id desc limit 3
[/code]
子查询中不能有limit么