Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
SQRT
SQRT
Returns the square root of a number
MySQL 8.1
SQRT
(
num
)
Examples
MySQL 8.1
SELECT
SQRT
(
4
)
;