Compute and return the square root of a number.
| SELECT Sqr(64) AS SqrNum; |
The Sqr() function computes and returns the square root of a number.
| Sqr(number) |
|
Parameter |
Description |
|
number |
Specify a positive number for which to calculate the square root. |
|
WORKS IN |
From Access 2000 |