MSSQLNumeric FunctionsPOWER
ROUND

POWERNumeric Functions

SQRT

Returns x raised to the power of y.

Syntax

POWER(x, y)

Example

Enter values below to update the example in real time.

result
SELECT POWER(2, 10) AS result;