WEB开发网
开发学院数据库MSSQL Server 如何提取除最新十条记录之外的所有记录? 阅读

如何提取除最新十条记录之外的所有记录?

 2007-11-11 05:45:31 来源:WEB开发网   
核心提示:select * from table1 where id not in (select top 10 Id from table1 order by inidate) 1 2 3 4 5 6 下一页

  select * from table1 where id not in (select top 10 Id from table1 order by inidate)

1 2 3 4 5 6  下一页

Tags:如何 提取

编辑录入:coldstar [复制链接] [打 印]
赞助商链接