portableSql
SquareRoot Portable SQL Function
Syntax
SquareRoot as N (Number as N)
Arguments
- NumberNumeric
A numeric field or value.
Returns
- resultNumeric
Returns the square root of the number.
Description
Returns the square root of a number.
Discussion
The SquareRoot function returns the square root of a number.
SquareRoot() function executed on the Northwind Access database
SELECT FIRST 1 SquareRoot(144) AS EXPR1 FROM Products = 12