Database Reference
In-Depth Information
Output:
New Year
---------
01-JAN-92
Numeric Functions:
The following functions fall under this category.
ABS
ROUND
SIGN
TRUNC
CEIL
SQRT
FLOOR
MOD
Example:
SELECT ABS(-25) "Result"
FROM DUAL;
Output:
Result
----------
25
Example:
SELECT SIGN(-15) "Result"
FROM DUAL;
Output:
Result
----------
-1
Search WWH ::




Custom Search