Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Paul.
Asked: September 23, 2015 - 3:42 am UTC
Last updated: July 17, 2020 - 7:33 am UTC
Version: 11.2.0.4
Viewed 50K+ times! This question is
SQL> select to_date('01JAN2000','ddmmyyyy') from dual; TO_DATE(' --------- 01-JAN-00 SQL> select to_date('01JAN1999','ddmmyyyy') from dual; TO_DATE(' --------- 01-JAN-99 SQL> select to_date('01JAN2000','dd/mm/yy') from dual; TO_DATE(' --------- 01-JAN-00 SQL> select to_date('01JAN2000','dd-mm-yyyy') from dual; TO_DATE(' --------- 01-JAN-00 SQL>
Marcus, September 23, 2015 - 6:40 am UTC
Matej, July 16, 2020 - 8:56 am UTC
Check out more PL/SQL tutorials on our LiveSQL tool.
PL/SQL reference manual from the Oracle documentation library