Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
数のサインを返します。
SIN( numeric-expression )
numeric-expression 角度 (ラジアン)。
DOUBLE
SIN 関数は、引数のサインを返します。この引数はラジアン単位で表現される角度です。SIN 関数と ASIN 関数は逆変換の演算です。
この関数は、引数を DOUBLE に変換し、計算を倍精度浮動小数点で行い、結果を DOUBLE で返します。
次の文は、0.52 の SIN 値を返します。
SELECT SIN( 0.52 );