当前位置:编程学习 > php >>

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

select * from table1 where id not in (select top 10 Id from table1 order by inidate)
补充:Php教程,Php与数据库 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,