Sqlite日期查询

查询日期 一、使用Between AND select * from BatchNumberInfo where Start_Time Between '2019-1-01 00:00:00' AND '2019-7-12 23:59:59' 二、使用>,< select * from BatchNumberInfo where Start_Time > '2019-01-01 00:00:00'
相关文章
相关标签/搜索