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)
Ši naršyklė nebepalaikoma.
Atnaujinkite į „Microsoft Edge“, kad pasinaudotumėte naujausiomis funkcijomis, saugos naujinimais ir techniniu palaikymu.
Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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)