MSSQLNumeric FunctionsPI
SIGN

PINumeric Functions

DEGREES

Returns the value of pi.

Syntax

PI()

Example

Enter values below to update the example in real time.

pi_value
SELECT PI() AS pi_value;