PI: Returns the value of the mathematical constant PI to 16 decimal places : PI « Math Functions « SQL Server / T-SQL






PI: Returns the value of the mathematical constant PI to 16 decimal places

2> -- PI: Returns the value of the mathematical constant PI to 16 decimal places
3>
4> SELECT PI()
5> GO

------------------------
      3.1415926535897931

(1 rows affected)

           
       








Related examples in the same category