Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light データベース管理とリファレンス » Ultra Light SQL リファレンス » Ultra Light SQL 関数 » SQL 関数 (P ~ Z)

 

PI 関数 [数値]

PI の数値を返します。

構文
PI( * ) 
戻り値

DOUBLE

標準と互換性
  • SQL/2003   ベンダ拡張。

備考

この関数は DOUBLE 値を返します。

次の文は、値 3.141592653... を返します。

SELECT PI( * );