17,137
社区成员
发帖
与我相关
我的任务
分享
select *
from SH_BWL
where SYSDATE-txsj <= 3
select * from SH_BWL where txsj >(to_char(SYSDATE-3,'YYYY-MM-DD')) and txsj <(to_char(SYSDATE,'YYYY-MM-DD'))select * from SH_BWL where txsj <(to_char(SYSDATE-3,'YYYY-MM-DD'))