VeloDB Cloud
SQL Manual
SQL Functions
Numeric Functions
PI

Pi

description

Syntax

DOUBLE Pi() Returns the constant Pi value.

example

mysql> select Pi();
+--------------------+
| pi()               |
+--------------------+
| 3.1415926535897931 |
+--------------------+

keywords

PI