mysql获取数据库前10个数据

-- MySQL

select from table_name order by id desc limit 0,10

今日事今日毕
原文地址:https://www.cnblogs.com/gjack/p/8176438.html