Bonediggler1
Technical User
Hello
Long story short:
1) I pull field EXPORT_DATE (format DATE) from table TABLE1 which yields '9/10/2011 7:35:10 PM'
2) I need to take this value and plug it into the WHERE clause of another query, but Oracle expects this format: 'DD-MON-YY'.
3) I need to retain the timestamp
How do I reformat EXPORT_DATE into 'DD-MON-YY' format while including the timestamp?
Thank you!!
Long story short:
1) I pull field EXPORT_DATE (format DATE) from table TABLE1 which yields '9/10/2011 7:35:10 PM'
2) I need to take this value and plug it into the WHERE clause of another query, but Oracle expects this format: 'DD-MON-YY'.
3) I need to retain the timestamp
How do I reformat EXPORT_DATE into 'DD-MON-YY' format while including the timestamp?
Thank you!!