Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
SQRT
SQRT
Returns the square root of a number.
PostgreSQL 17.5
SQRT
(
num
)
num
The number
Examples
PostgreSQL 17.5
SELECT
SQRT
(
4
)