PI (Transact-SQL)
Returns the constant value of PI.
Syntax
PI ()
Return Types
float
Examples
The following example returns the value of PI.
SELECT PI()
GO
Here is the result set.
------------------------
3.14159265358979
(1 row(s) affected)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the constant value of PI.
PI ()
float
The following example returns the value of PI.
SELECT PI()
GO
Here is the result set.
------------------------
3.14159265358979
(1 row(s) affected)