Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回数字值 PI。
PI( [ * ] )
DOUBLE
SQL/2008 服务商扩充。
此函数返回一个 DOUBLE 值。
PI(*) 和 PI() 在语义上等效。
以下语句返回值 3.141592653……
SELECT PI( * );