如何提取除最新十条记录之外的所有记录?
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)
更多精彩
赞助商链接