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

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Function Reference » Alphabetical list of functions

PATINDEX function [String] Next Page

PI function [Numeric]


Returns the numeric value PI.

Syntax

PI( * )

Standards and compatibility
Remarks

This function returns a DOUBLE value.

Example

The following statement returns the value 3.141592653...

SELECT PI( * );