Change format to NUMTODSINTERVAL
510084Sep 29 2008 — edited Oct 1 2008SQL> SELECT NUMTODSINTERVAL(120001, 'SECOND') FROM dual;
NUMTODSINTERVAL(120001,'SECOND')
---------------------------------------------------------------------------
+000000001 09:20:01.000000000
Is there any I can change above format to below one without using substr or extract?
NUMTODSINTERVAL(120001,'SECOND')
---------------------------------------------------------------------------
+01 09:20:01