mysql获取数据库前10个数据

-- MySQL

select * from table_name order by id desc limit 0,10

posted @ 2018-01-02 11:45  爱吃醋的工程师  阅读(824)  评论(0)    收藏  举报