Raise a number to a power POW

suggest change

To raise a number x to a power y, use either the POW() or POWER() functions

SELECT POW(2,2); => 4
SELECT POW(4,2); => 16

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents