© 2025 by The Clinic. Powered and secured by Wix
Syntax:PI()Returns the value of ? (pi). The default number of decimal placesdisplayed is seven, but MySQL uses the full double-precision valueinternally.
mysql> SELECT PI(); -> 3.141593mysql> SELECT PI()+0.000000000000000000; -> 3.141592653589793116