ReferenceSQL FunctionsMathpow, power, dpow, fpowVersion: Stable-3.3On this pagepow, power, dpow, fpow Description Returns the result of x raised to the power of y. Syntax POW(x,y);POWER(x,y); Parameters x: supports the DOUBLE data type. y: supports the DOUBLE data type. Return value Returns a value of the DOUBLE data type. Examples