PI function [Numeric]

Returns the numeric value PI.

Syntax
PI( * ) 
Returns

DOUBLE

Standards and compatibility
  • SQL/2003   Vendor extension.

Remarks

This function returns a DOUBLE value.

Example

The following statement returns the value 3.141592653...

SELECT PI( * );