April 2008
Intermediate to advanced
566 pages
21h 55m
English
SQRT()
SQRT(number)This function returns the square root of its input, which must be a positive number. Here is an example:
SELECT SQRT(25); +----------+ | SQRT(25) | +----------+ | 5.000000 | +----------+
Read now
Unlock full access