Loading lesson path
Concept visual
Start at both ends
Convert the radian value into degrees:
SELECT DEGREES(1.5);The DEGREES() function converts a value in radians to degrees.
and
functions.
number )
Required. A numeric value
From MySQL 4.0
Convert the radian value into degrees:
SELECT DEGREES(PI()*2);❮ MySQL Functions