Mega Code Archive

 
Categories / PostgreSQL / Insert Delete Update
 

Do calculation in select statement

postgres=# postgres=# SELECT 3 * 4;  ?column? ----------        12 (1 row) postgres=#