查询数据库中的第100条数据

select identity(int,1,1) as iid,* into #tmp from 表

select * from #tmp where iid = 100

drop table #tmp

posted on 2004-09-02 11:43  .net学习交流  阅读(667)  评论(0编辑  收藏  举报

导航