Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 302 Bytes

File metadata and controls

18 lines (13 loc) · 302 Bytes
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 %}