Udostępnij za pośrednictwem


PI (Transact-SQL)

Returns the constant value of PI.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

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)

Zobacz także

Odwołanie

Mathematical Functions (Transact-SQL)