摘要:
--从people1中取出第n到第m条的数据select top m-n+1 * from people1 where (ID not in(select top n-1 id from people1)) --不在前4条的id(id是5+)中的前四条 例如:--从people1中取出第五到第八条的 阅读全文
posted @ 2018-01-25 16:57
heihaha
阅读(117)
评论(0)
推荐(0)
浙公网安备 33010602011771号