Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> [Q] ORACLE date select problem?
On ORACLE 7.3.4 database, I tried to select date less than "31-DEC-96".
the following statement does NOT work correctly:
select account_id, datestamp from table1 where to_char(datestamp,'DD-MON-YY') < '31-DEC-96';
It still print date like '21_JAN-98'.
Anyone can give me a hint? Received on Fri Oct 13 2000 - 09:28:58 CDT
![]() |
![]() |