Syntax PI() Purpose You can call this function to return the value of the constant π. Examples obclient> SELECT PI(); +----------+ PI() +----------+ 3.141593 +----------+ 1 row in set (0.00 sec)