Reference Guide > TDV Support for SQL Functions > Numeric Functions > POW
 
POW
Returns the value of x to the power of y (x^y).
Syntax
POW(x,y)
Example
SELECT POW(2,3)