摘要: select top N-M+1 * from tablename where id not in (select top M-1 id from tablename order by id) order by id 阅读全文
posted @ 2022-02-09 09:49 密西西比的深蓝 阅读(71) 评论(0) 推荐(0)