POWER
POWER (X, Y)
Parameters
expression
Description
See also Java Math.pow. This method returns a double.
Example
Calculate the ​power of 2:
SELECT pow(2, n) FROM Rows;
Updated about 5 years ago