Last updated 2 years ago
Was this helpful?
The Sqrt() function calculates the square root of a number.
Sqrt()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a number that is the square root of a givennumber. Returns Invalid expression if the parameter is not a valid number.
number
Invalid expression
Sqrt(
)
Sqrt(100) => 10
Sqrt(100)
Sqrt() => Invalid expression
numeric
a number.
10
Sqrt(9)
3
Sqrt(2)
1.4142135623731