Mega Code Archive

 
Categories / PostgreSQL / Math Functions
 

Pi() constant

postgres=# -- pi() constant postgres=# select pi();         pi ------------------  3.14159265358979 (1 row) postgres=#