您的位置:首页-> 资讯中心-> 软件学院-> 数据库-> SQLServer-> SQL Server中查询时显示行号的方法
→ SQLServer
→ 广告专栏
来源:未知 发表时间:2004-11-29 【ovo.com.cn
Select no=Identity(int,1,1),* Into #temptable From TableName --Order By SortField Select * From #temptable --Where no>=6 And no < 10 Drop Table #temptable
※相关文章:
※相关软件: