MS Access Sqr() Function

Example

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

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.