Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Returns the numeric value PI.
PI( * )
SQL/2003 Vendor extension.
This function returns a DOUBLE value.
The following statement returns the value 3.141592653...
SELECT PI( * );