Example
Convert a radian value into degrees:
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)
Convert a radian value into degrees:
SELECT DEGREES(1.5);
The DEGREES() function converts a value in radians to degrees.
Note: See also the RADIANS() and PI() functions.
DEGREES(number)