Call PI : PI « Math « SQL / MySQL






Call PI

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


*/
           
         
  








Related examples in the same category

1.The PI() function returns the value of PI.