Example
Return the square root of a number:
SELECT SQRT(64);
Definition and Usage
The SQRT() function returns the square root of a number.
Syntax
SQRT(number)
Return the square root of a number:
SELECT SQRT(64);
The SQRT() function returns the square root of a number.
SQRT(number)