SQL PI()
PI function in SQL is used to find out constant value of PI and it may be most simplest mathematical SQL function.SYNTAX :
PI()
| area | angle | num | 
| 36.784 | 45 | 96 | 
| 212.254 | 30 | -78 | 
| 121.001 | 45 | -45 | 
| 141.698 | 185 | -96 | 
PI()
| area | angle | num | 
| 36.784 | 45 | 96 | 
| 212.254 | 30 | -78 | 
| 121.001 | 45 | -45 | 
| 141.698 | 185 | -96 |