Syntax
Parameters
Notes
- When input value is integer data type, it is implicitly converted to
DOUBLE PRECISION. - When input value is
NUMERIC, theSQRTfunction returns an error. - When input value is negative, the
SQRTfunction returns an error.
Return Types
DOUBLE PRECISION.
Example
The following example returns the square root of 64:Rows: 1Execution time: 5.22ms