实现查询最新10条数据方法:

select * from 表名 order by id(主键) desc limit 10

参考文档:

相关文章: