浏览:382008-05-09 10:34   来自玉开      :

sql 语句是,只有一张表test_indexorder有字段id,name,content,co1,co2,co3,co4,co5 :
with t_rn as (
 select *,rn = ROW_NUMBER() OVER (ORDER BY id asc) FROM test_indexorder
)
SELECT id,name,content,co1,co2,co3,co4,co5 from t_rn WHERE rn between 17007 and 17057;

楼主
  2天前   hxm      :
开销不大啊
回复  1楼 回到顶楼 

你还不是小组成员,加入小组以后才能发布新主题!
> 返回“Sql Server数据库小组”


其他话题

1 11387