Mega Code Archive
Categories
/
MySQL
/
Math
The PI() function returns the value of PI
mysql> mysql> SELECT PI(); +----------+ | PI() | +----------+ | 3.141593 | +----------+ 1 row in set (0.00 sec) mysql>