PI function (ODBC compatible)
Syntax
PI ( )
Description
The scalar function PI returns the constant value of pi as a floating point value.
Example
SELECT PI ()
FROM ADMIN.SYSCALCTABLE;
TOCIndex