标签:style blog color sp on 数据 div log bs
从表A中查询第10条到第23条数据,表中有ID字段,但可能不连续。
select top 23 * from A where ID not in ( select top 10 ID from A)
常用的SQL
原文地址:http://www.cnblogs.com/qql1986/p/4146426.html