Oracel SQL

Hi,

why are the two different numbers giving the same date? Please help.

QL> select to_char(to_date(45000,'J'),'DD-MON-YYYY') from dual;

TO_CHAR(TO_

16-MAR-4589

SQL> select to_char(to_date(3397233,'J'),'DD-MON-YYYY') from dual;

TO_CHAR(TO_

16-MAR-4589

Comments (0)