SQL ReferenceSQL FunctionsNumeric FunctionsPIOn this pagePIPiβdescriptionβSyntaxβDOUBLE Pi() Returns the constant Pi value.exampleβmysql> select Pi();+--------------------+| pi() |+--------------------+| 3.1415926535897931 |+--------------------+keywordsβPI