POW scalar function

The POW function returns the result of raising the first argument to the power of the second argument.

Read syntax diagramSkip visual syntax diagramPOW(expression1,expression2)

The schema is SYSIBM.

POW is a synonym for POWER.