paperlined.org
apps > oracle > SQL
document updated 14 years ago, on Jan 25, 2010
Important date/time functions: If you're trying to construct a valid date that TO_DATE() will accept, you can play around with this query until you get it right:
SELECT TO_DATE('January 15, 1989') FROM dual;

NLS_DATE_FORMAT