AND TO_CHAR(Rct.Creation_Date, 'YYYY-MM-DD')=to_char(sysdate-1,'yyyy-MM-dd')
即可
但是指定日期就不好弄了
可以这样做
select * from test1 t where t.end_date between to_date('2014-10-24 00:00:00','yyyy-mm-dd hh24:mi:ss') and to_date('2014-10-24 23:59:59','yyyy-mm-dd hh24:mi:ss');
posted on
2015-11-12 10:28秋千笑里低低语
阅读(7650)
评论(0)
编辑收藏举报