查询ID第五条至第十五条记录(SQL server2000)
select top 15 * from authors order by au_id
select IDENTITY(int,1,1) as iid,* into #temptable from authors select top 11 * from #temptable where iid>=5
--第五条至第十五条是共是11条
select * from #temptable
drop table #temptable -- 实际执行时候,删除全部临时表当然不再这里执行
--SELECT top 5 * FROM authors WHERE au_id not in (SELECT top 15 au_id FROM authors)
--select top 10 * from authors where au_id not in
--( select top 10 au_id from authors order by au_id) order by au_id
哲学管理(学)人生, 文学艺术生活, 自动(计算机学)物理(学)工作, 生物(学)化学逆境, 历史(学)测绘(学)时间, 经济(学)数学金钱(理财), 心理(学)医学情绪, 诗词美容情感, 美学建筑(学)家园, 解构建构(分析)整合学习, 智商情商(IQ、EQ)运筹(学)生存.---Geovin Du(涂聚文)