NUMTOYMINTERVAL(x): Convert the number x to an INTERVAL YEAR TO MONTH
SQL>
SQL> -- NUMTOYMINTERVAL(x): Convert the number x to an INTERVAL YEAR TO MONTH.
SQL>
SQL> select numtoyminterval(100000000, 'MONTH') from dual;
NUMTOYMINTERVAL(100000000,'MONTH')
---------------------------------------------------------------------------
+008333333-04
SQL>
Related examples in the same category