技术教程 SQL查找某一条记录的方法 php中文网 2016-06-07 00:00:00 次阅读 SQL查找某一条记录的方法 SQL查找第n条记录的方法: select top 1 * from table where id not in (select top n-1 id from table) temptable0 SQL查找第n条开始的m条记录的方法: select top m * from table where id not in (select top n-1 id from table) temptable0) (注:表中必须有一个唯一值字段才可适用此方法。) 相关栏目: 【 最新资讯 】 【 网络优化 】 【 主机评测 】 【 网站百科 】 【 技术教程 】 【 文学范文 】 【 分站 】 【 网址导航 】 【 关于我们 】 aliyucs hongkong cn space oss public 有一个 class 才可 intro