Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Thursday, February 13, 2014
Power SQL Server Example
SQL Server
>
Built-in Functions
>
POWER
Returns the value of a number to the specified power.
Example:
select
power
(
2
,
4
)
Result:
16
‹
›
Home
View web version