0
点赞
收藏
分享

微信扫一扫

Sqlite 数据库查询某段时间内的某段时间

程序员知识圈 2022-02-14 阅读 96
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 条评论