MS Access Sqr() Function
ExampleGet your own SQL Server
Return the square root of a number:
SELECT Sqr(64) AS SqrNum;
Try it Yourself »
Definition and Usage
The Sqr() function returns the square root of a number.
Syntax
Sqr(number)
Parameter Values
Parameter | Description |
---|---|
number | Required. A positive number to calculate the square root of |
Technical Details
Works in: | From Access 2000 |
---|