POWER
Last updated
Last updated
Returns the value of the specified expression for a specific power. (POWER in Transact-SQL).
base
: Base of number, it must be a float expression.
exp
: Power to which raise the base.
The return type depends on the input expression:
Input Type | Return Type |
---|---|
No issues were found.
No related EWIs.
float, real
float
decimal(p, s)
decimal(38, s)
int, smallint, tinyint
int
bigint
bigint
money, smallmoney
money
bit, char, nchar, varchar, nvarchar
float