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 = '本局热线'
微信扫一扫
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 = '本局热线'
相关推荐