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