Returns the numeric value PI.
PI( [ * ] )
DOUBLE
SQL/2008 Vendor extension.
This function returns a DOUBLE value.
PI(*) and PI() are semantically equivalent.
The following statement returns the value 3.141592653...
SELECT PI( * );