bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL PI() Function

Example

SELECT PI();

Definition and Usage

The PI() function returns the value of PI.

Note

See also the DEGREES() and RADIANS() functions.

Syntax

PI()

Technical Details

Works in:From MySQL 4.0

Previous

MySQL MOD() Function

Next

MySQL POW() Function