bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Sqr() Function

Concept visual

MS Access Sqr() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return the square root of a number:

SELECT Sqr(64) AS SqrNum;

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

Previous

❮ MS Access Functions

Next

Previous

MS Access Sgn() Function

Next

MS Access Sum() Function