PI
Returns the mathematical constant pi.
Analyze Syntax
func.pi()
Analyze Examples
func.pi()
┌───────────────────┐
│ 3.141592653589793 │
└───────────────────┘
SQL Syntax
PI()
SQL Examples
SELECT PI();
┌───────────────────┐
│ 3.141592653589793 │
└───────────────────┘