如:
select * from table where name='_安静ゝ' order by id limit 0,10;
这个效果就相当于select top 10 * from table where name='_安静ゝ';
如果还有更精确的:
select * from table where name='_安静ゝ' order by date desc,id limit 0,10;
更多文章请关注《万象专栏》
转载请注明出处:https://www.wanxiangsucai.com/read/cv137782