Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
POW
POW
Returns a number to the specified power
MySQL
POW
(
num
,
power
)
num
The number that is raised to a power
power
Degree of
Examples
MySQL
SELECT
POW
(
2
,
2
)
;