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

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite SQL 参考 » UltraLite SQL 函数 » SQL 函数 (P-Z)

 

PI 函数 [Numeric]

返回数字值 PI。

语法
PI( * ) 
返回值

DOUBLE

标准和兼容性
  • SQL/2003   服务商扩充。

注释

此函数返回一个 DOUBLE 值。

示例

以下语句返回值 3.141592653……

SELECT PI( * );