- Categories:
Numeric functions (Trigonometric)
PI¶
Returns the value of pi as a floating-point value.
Syntax¶
PI()
Returns¶
This function returns a value of type FLOAT.
Examples¶
SELECT PI();
+-------------+
| PI() |
|-------------|
| 3.141592654 |
+-------------+