bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL SQRT() Function

Example

SELECT SQRT(64);

Definition and Usage

The SQRT() function returns the square root of a number.

Syntax

SQRT(
number
)

Parameter Values

ParameterDescription
numberRequired. A number to calculate the square root of. Must be greater than 0

Technical Details

Works in:From MySQL 4.0

Previous

MySQL SIN() Function

Next

MySQL SUM() Function