数据库 
首页 > 数据库 > 浏览文章

sqlite3 top的查询及limit语法介绍

(编辑:jimmy 日期: 2024/6/3 浏览:3 次 )
其实,在sqlite3中没有top的语法结构,但在sqlite3中有相关的语法能实现跟top语法相同的功能,sqlite3 sql是用limit这样的语法来实现的;

如:
复制代码 代码如下:
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;
上一篇:SQLite优化方法
下一篇:SQLite速度评测代码
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网