Mega Code Archive

 
Categories / PostgreSQL / Math Functions
 

Power operator

postgres=# SELECT 2 ^ 3 AS "exp";  exp -----    8 (1 row) postgres=#