查询数据表中第几行到第几行的数据

select top N * from tablename where id not in (select top M * from tablename)
posted @ 2008-06-17 10:00  啊文  阅读(460)  评论(0编辑  收藏  举报