ami

oracle中取前十条记录!

select * from(select * from table order by id desc) where rownum<=10

 

分类:

技术点:

相关文章: