Oracle® OLAP DML Reference 10g Release 1 (10.1) Part Number B10339-02 |
|
|
View PDF |
The SQRT command computes the square root of an expression.
Return Value
DECIMAL
Syntax
SQRT(expression)
Arguments
The numeric expression whose square root is to be computed.
Notes
When expression is negative and ROOTOFNEGATIVE is set to NO
, an error occurs. When expression is negative and ROOTOFNEGATIVE is set to YES
, SQRT returns the value NA
.
Examples