从数据表中取出第n条到第m条的记录的方法
程序员文章站
2022-03-08 23:10:58
从publish 表中取出第 n 条到第 m 条的记录: select top m-n+1 * from publish where (id not in (select top n-1...
从publish 表中取出第 n 条到第 m 条的记录:
select top m-n+1 *
from publish
where (id not in
(select top n-1 id
from publish))
id 为publish 表的关键字
select top m-n+1 *
from publish
where (id not in
(select top n-1 id
from publish))
id 为publish 表的关键字
上一篇: vivoS9e对比红米10X哪个好?