VeloDB Cloud
SQL Manual
Functions
math-functions
Pi

Pi

Description

Syntax:

DOUBLE Pi()

This function returns the value of constant Pi .

Example

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

Keywords

PI