Welcome  |  Sign In     | 
MSDN
     
Transact-SQL Reference
PI
Transact-SQL Reference
PI

Returns the constant value of PI.

Syntax

PI ( )

Return Types

float

Examples

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


©2006 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
 
Page view tracker