POWERSQLPOWER (X, Y) Parameters expression - any valid numeric expression. Description See also Java Math.pow. This method returns a double. Example Calculate the power of 2: SQLSELECT pow(2, n) FROM Rows; Updated over 4 years ago Table of Contents Parameters Description Example