POWER
Raises the first argument to the power of another argument. The code below returns
16
because
2
to the power of
4
is
16
SELECT 
    POWER(2, 4)
Note:
POW
and
POWER
are the aliases for the same command
by Valeri Tandilashvili
4 years ago
MySQL
Mathematical functions
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences