ora的字符串与时间比较

select * from table_name where sysdate>=to_date(str_date1,’yyyy-mm-dd’) and sysdate<=to_date(str_date2,’yyyy-mm-dd’)    -->    失败

select * from table_name where to_char(sysdate,'yyyy-mm-dd')>=limit_date and to_char(sysdate,'yyyy-mm-dd')<=unlimit_date   -->  成功

无知确实很可怕。ora的date与varchar确实太厉害了。佩服!

posted on 2011-07-06 23:02  山上明月  阅读(348)  评论(0编辑  收藏  举报