2019-05-13上午.Net面试题5th

写出一条SQL语句:取出表A中第31~40条记录(SQL Server,以自动增加的ID做为主键): 注意:ID可能不是连续的。web select top 10 * from A where id not in (select top 30 id from A)
相关文章
相关标签/搜索