1.select * from 表名 where fdate=to_date(‘2020-06-20’,‘yyyy-MM-dd’) - INTERVAL ‘6 day’;
2.select * from report where fdate=to_char(to_date(‘2020-06-20’,‘yyyy-mm-dd’) - INTERVAL ‘1d’,‘yyyy-mm-dd’)
postgresql如何按照指定日期查询7天之前数据
最新推荐文章于 2024-09-26 06:21:38 发布