PI (T-SQL)

Returns the constant value of PI.

Syntax

PI()

Return Types

float

Example

This example returns the value of PI.

SELECT PI()

GO

  

Here is the result set:

------------------------

3.14159265358979

  

(1 row(s) affected)

  

See Also

Mathematical Functions

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.