ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the numeric value PI.
PI ( * )
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase The PI() function is supported in Adaptive Server Enterprise, but PI(*) is not.
The following statement returns the value 3.141592653...
SELECT PI( * )