sql-referencesql-functionsfunctionsPIVersion: 0.0.1On this pagePICategories: MathPIReturns the value of pi, which is approximately 3.14592654.SyntaxPI() → doubleExamples{{< codeheader "PI example" >}}SELECT PI()-- 3.141592653589793