MSSQLNumeric FunctionsSQRT
POWER

SQRTNumeric Functions

SQUARE

Returns the square root.

Syntax

SQRT(n)

Example

Enter values below to update the example in real time.

result
SELECT SQRT(144) AS result;