Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
数の平方根を返します。
SQRT( numeric-expression )
numeric-expression 平方根が計算される数。
DOUBLE
この関数は、引数を DOUBLE に変換し、計算を倍精度浮動小数点で行い、結果を DOUBLE で返します。
SQL/2008 SQRT 関数は、オプションの SQL/2008 言語機能 T621、「Enhanced numeric functions」の一部です。
次の文は、値 3 を返します。
SELECT SQRT( 9 );