doc, will add POW( x, y ) where:

x = a number to be raised to a power.
y = a number that specifies a power.

Return Value

The number x raised to the power y.

--- Should be much faster than a UDF.