select * from record
where date>='1899-01-01' and date<='2022-02-14' and substr(date,12,16) >='08:00' and substr(date,12,16)<='18:00' and source = '本局热线'
Sqlite 数据库查询某段时间内的某段时间
阅读 96
2022-02-14
select * from record
where date>='1899-01-01' and date<='2022-02-14' and substr(date,12,16) >='08:00' and substr(date,12,16)<='18:00' and source = '本局热线'
相关推荐
精彩评论(0)