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, Nitin.
Asked: April 16, 2018 - 9:02 am UTC
Last updated: April 17, 2018 - 5:54 am UTC
Version: 11g
Viewed 1000+ times
SQL> select sysdate from dual; SYSDATE --------- 17-APR-18 1 row selected. SQL> alter session set nls_date_format = 'DD-MON-YYYY HH12:MI:SS'; Session altered. SQL> select sysdate from dual; SYSDATE -------------------- 17-APR-2018 01:51:42 1 row selected.
Share and learn SQL and PL/SQL; free access to the latest version of Oracle Database!
Classes, workouts and quizzes on Oracle Database technologies. Expertise through exercise!