Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
PI の数値を返します。
PI( [ * ] )
DOUBLE
この関数は DOUBLE 値を返します。
セマンティック上、PI(*) と PI() は同義です。
次の文は、値 3.141592653(...) を返します。
SELECT PI( * );