bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL DEGREES() Function

Example

SELECT DEGREES(1.5);

Definition and Usage

The DEGREES() function converts a value in radians to degrees.

Note

See also the RADIANS() and PI() functions.

Syntax

DEGREES(
number
)

Parameter Values

ParameterDescription
numberRequired. A numeric value

Technical Details

Works in:From MySQL 4.0

Previous

MySQL COUNT() Function

Next

MySQL DIV Function