天下站长网
首页
web编程
图形图象
数据库
服务器
站长专区
网络技术
网页设计
认证考试
如何提取除最新十条记录之外的所有记录?
select * from table1 where id not in (select top 10 Id from table1 order by inidate)
Published At
2006-05-21 01:49 UTC
Categories with
数据库类
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus