SQRT(a) is an arithmetic function that calculates the square root of the expression a (a number).
|
Result of the SQRT(a) Function |
a>0 |
Square root of a |
a=0 |
0 |
a<0 or a is a NULL value |
NULL value |
a is a special NULL value |
Special NULL value |