SECSTODAYS returns a FIXED BINARY(31,0) value that represents
the number of seconds x converted to days, ignoring incomplete
days.
 >>-SECSTODAYS(x)-----------------------------------------------><
|
- x
- Expression. The value for x must have computational
type and should be FLOAT BINARY(53). If not, it is converted to
FLOAT BINARY(53).
SECSTODAYS(x) is the same as x/(24*60*60).
For an example, see SECS.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)