Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
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
Newer Post
Older Post
Home