Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将数字从弧度转换为度数。
DEGREES( numeric-expression )
numeric-expression 以弧度表示的角度。
DOUBLE
此函数将其参数转换为 DOUBLE,以双精度浮点运算执行计算,然后返回由 numeric-expression 指定的角的度数。如果参数为 NULL,则结果为 NULL。
SQL/2008 服务商扩充。
以下语句返回值 29.79380534680281。
SELECT DEGREES( 0.52 );