Scalar. Returns the value of a given base raised to a specified exponent.
Return
base
exponent
Float
Integer
Long
The following example returns the value of the velocity column to the fourth power:
INSERT INTO OutStream SELECT POWER(Devices.velocity,4.0) FROM Devices;