大数据量下数据分页的方式
摘要:SQL Server 2000PageCount:一页需要的数据条数 PageIndex:页索引 方式1 select top PageCount * from ( select top PageCount * from ( select top PageCount*PageIndex * from tableName order by ID) as tmp1 order by ID DESC ...
阅读全文
posted @ 2004-08-10 09:36
浙公网安备 33010602011771号