Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

Sqr

Example

Compute and return the square root of a number.

SELECT Sqr(64AS SqrNum;

Definition and Usage

The Sqr() function computes and returns the square root of a number.

Syntax

Sqr(number)

Parameter Values

Parameter

Description

number

Specify a positive number for which to calculate the square root.

Technical Details

WORKS IN

From Access 2000