Mysql PI
From w3cyberlearnings
Contents |
MySQL PI Function
This function returns the value of PI.
Syntax PI
PI();
Example 1
mysql> SELECT PI(); +----------+ | PI() | +----------+ | 3.141593 | +----------+ 1 row in set (0.00 sec)