TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Server Transact Basic to Expert - Using mathematical operator function POWER
Karthikeyan Anbarasan
Jun 14, 2011
2.6
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Using mathematical operator function POWER
This blog shows how to use the Mathematical function POWER to get the nth power of a value in SQL
Example:
SELECT POWER(10,2) PoweredResult
The result would be as 100
SQL Server Transact Basic to Expert - Using mathematical operator function POWER
Next Recommended Reading
SQL Server Transact Basic to Expert - Partitioning data using Partition Function