Skip to content

Returns the mathematical constant pi.

func.pi()
func.pi()
┌───────────────────┐
3.141592653589793
└───────────────────┘
PI()
SELECT PI();
┌───────────────────┐
3.141592653589793
└───────────────────┘