POWER

<< Click to Display Table of Contents >>

 

POWER

Returns the value indicated in the @value parameter raised to the power indicated in the @exponent parameter. The data type of the returned value is the same as the @value parameter.

 

Syntax

POWER(@value, @exponent)

 

Parameters

@value: Value to raise to the power indicated in @exponent

@exponent: Power to which @value must be raised

Was this page useful?