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 Min function to find the lowest value
Karthikeyan Anbarasan
Jun 14, 2011
2.7
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Using Min function to find the lowest value
This blog shows how to use the MIN function to get the lowest of a value from an expression using SQL.
Example:
SELECT MIN(PrdRating) MinimumRating
FROM DBO.ProductReviewHistory
MIN() - this is the function used to get the least value.
SQL Server Transact Basic to Expert - Using Min function to find the lowest value
Next Recommended Reading
SQL Server Transact Basic to Expert - Using String Function UNICODE to get Integer Values