摘要:
select top 10 b.* from (select top 20 主键字段,排序字段 from 表名 order by 排序字段 desc) a,表名 b where b.主键字段 = a.主键字段 order by a.排序字段 10 = 每页记录数 20 = (当前页 + 1) * 每页记录数1。用next()方法,选从50-100行int CurrentRow = 1;int... 阅读全文
posted @ 2005-08-19 09:26
浙林龙哥
阅读(290)
评论(0)
推荐(0)
浙公网安备 33010602011771号