description Returns the value of pi, which is approximately 3.14592654. PI Syntax PI() → double Examples {% code title="PI example" %} SELECT PI() -- 3.141592653589793 {% endcode %}