Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle Date Functions
Greetings All,
I'm trying to compare a date contained in a DATE_START field with the interal CURRENT_DATE. It's been a while since I did any SQL programming w/out a GUI, and I need help on the format of making the CURRENT_DATE call.
This is the bogus code I'm using now:
SELECT * FROM RESPBLTY
WHERE DATE_START <= CURRENT_DATE;
Thanks in advance!
![]() |
![]() |