For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Oracle DB 12c
Hello Team,
I would like to know why
SQL> SELECT TRUNC(SYSDATE,'YEAR') FROM DUAL;
returns '01-JAN-20'?
TRUNC(SYS
---------
01-JAN-20
Regards,
Joe