Mega Code Archive
Categories
/
MySQL
/
Math
The SQRT() function returns to the square root of a specified number
mysql> mysql> SELECT SQRT(36); +----------+ | SQRT(36) | +----------+ | 6 | +----------+ 1 row in set (0.00 sec) mysql>