Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Reference » UltraLite SQL functions » SQL functions (P-Z)

 

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( * );