Loading lesson path
Concept visual
Start at both ends
Return the square root of a number:
SELECT SQRT(64);The SQRT() function returns the square root of a number.
number )
Required. A number to calculate the square root of. Must be greater than 0
From MySQL 4.0
Return the square root of a number:
SELECT SQRT(13);❮ MySQL Functions