hi i have the table in which date valve is like this 11/11/2009 6:08:29 AM how can i compare the value or select them , the to_date is working in SELECT but,i want to select the records using this colmn and by giving value
ie:
SELECT * FROM SENTMAIL WHERE SENTMAIL_SENT_DATE='01-OCT-2011'
this statement is retrieving nothing.
thanks in advance