Power « Math Functions « PostgreSQL






1.power(a dp, b dp) a raised to the power of b
2.power(a numeric, b numeric) numeric a raised to the power of b
3.Power operator
4.CAST(2 AS double precision) ^ CAST(3 AS double precision)