bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

SQL Server PI() Function

Example

SELECT PI();

Definition and Usage

The PI() function returns the value of PI.

Note

Also look at the DEGREES() and RADIANS() functions.

Syntax

PI()

Technical Details

Works in:SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse

Previous

SQL Server MIN() Function

Next

SQL Server POWER() Function