SQLite数据库查询结果按时间排序怎么实现

如题所述

select * from tablename order by create asc ;//升序
select * from tablename order by create desc // 降序

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答