NUMTODSINTERVAL converts a number to an INTERVAL DAY TO SECOND data type.
INTERVAL DAY TO SECOND
NUMTODSINTERVAL(n, 'interval_unit')
n can be any numeric expression.
interval_unit is a text expression that specifies the units. It must resolve to one of the following values:
DAYHOURMINUTESECOND These values are case insensitive.
NUMTODSINTERVAL(100, 'MINUTE') returns the value +0 01:40:00.
Copyright © 2003, 2007, Oracle. All rights reserved.