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 );