如:
复制代码 代码如下:
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;
欢迎分享,转载请注明来源:内存溢出
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)