power

Returns the value that results from raising the specified number to a given power. power, a mathematical function, returns the value of value raised to the power power. Results are of the same type as value.

Syntax

power(value, power)

Parameters

Examples

Usage

In expressions of type numeric or decimal, this function returns precision:38, scale 18.

See also Transact-SQL Users Guide.

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute power.

Related reference
exp
log
log10