How to get the current date and time system Oracle SQL statements

select sysdate from dual;    as shown below:

select to_char (sysdate, 'yyyy-  mm-dd hh24: mi: ss') from dual;   as shown below:

 

Guess you like

Origin www.cnblogs.com/4AMLJW/p/oracle_sql_201909111025.html