VeloDB Cloud
SQL Reference
SQL Functions
Scalar Functions
Numeric Functions
PI

PI

Description

Returns the constant Pi value.

Syntax

PI()

Return value

Returns a constant Pi of type floating-point number.

Example

select Pi();
+-------------------+
| pi()              |
+-------------------+
| 3.141592653589793 |
+-------------------+