SQL PI Function

Example

Return the value of PI:

SELECT PI();

Definition and Usage

The PI() function returns the value of PI.

Note: Also look at the DEGREES() and RADIANS() functions.

Syntax

PI()

Continue reading SQL PI Function