SQL里面如何取得前N条数据?

select * from table order by id limit 10

运用limit可以获取前N个数据

posted @ 2015-04-08 14:44  Xander-Hang  阅读(474)  评论(0)    收藏  举报