PostgreSQLNumeric FunctionsSQRT
POWER

SQRTNumeric Functions

EXP

Returns the square root.

Syntax

SQRT(x)

Example

Enter values below to update the example in real time.

area
side_length
squares
SELECT SQRT(area) AS side_length FROM squares;