查询创建日期超过两周的数据

select * from act_ru_task t where sysdate - to_date(to_char(t.create_time_,'yyyy-mm-dd'),'yyyy-mm-dd')>14

其中t.create_time_字段格式:timestamp(6)

posted @ 2024-02-02 17:57  花田007  阅读(7)  评论(0编辑  收藏  举报