阅读背景:

写出一条SQL语句:取出表A中第31到40行记录(SQLserver,以自增长的ID作为主键,注意: 一条Sql语句:取出表A中第31到第40记录

来源:互联网 

解1: select top 10 * from A where id not in (select top 30 id from A) 解1: select top 10 * from A where id not in (sel




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: