.Net  
select A.a,A.b,A.c
 from (select row_number() over(order by c) num,a,b,c
         from 表A)A
where num > startnum
  and num <= endnum
posted on 2007-05-02 23:26  东方新秀  阅读(202)  评论(0编辑  收藏  举报