将弧度值转换为度:
SELECT DEGREES(1.5);
DEGREES() 函数将弧度值转换为度。
DEGREES()
注意:另请参见 RADIANS() 和 PI() 函数。
RADIANS()
PI()
DEGREES( number )
SELECT DEGREES(PI()*2);