第10条到第20条记录(共有11条记录)
select * from
(select top 11 * from
(select top 20 * from tablename order by tableid asc) table1
order by tableid desc)table2 order by tableid asc
第10条到第20条记录(共有11条记录)
select * from
(select top 11 * from
(select top 20 * from tablename order by tableid asc) table1
order by tableid desc)table2 order by tableid asc