The PI() function returns the value of PI. : PI « Math « SQL / MySQL






The PI() function returns the value of PI.

   
mysql>
mysql> SELECT PI();
+----------+
| PI()     |
+----------+
| 3.141593 |
+----------+
1 row in set (0.00 sec)

mysql>

   
    
    
  








Related examples in the same category

1.Call PI