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

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Reference » Using SQL » SQL functions » Alphabetical list of functions

 

PI function [Numeric]

Returns the numeric value PI.

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