select top 10 * from A where id not in (select top 20 id from A)
如何不使用not in来实现. 因为not in效率太低.