SELECT * FROM tech_notif WHERE send_date = sysdate
Yes there are send_date's with today's date....
I do a
select sysdate from dualand it returns the date in the exact format I have it in in the table...
Example 14-JUN-12..
I'm so confused..
NVM I guess I have to use TRUNC(sysdate).... Finally found an answer on google..
CASE CLOSED

New Topic/Question
Reply


MultiQuote


|