C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Trainings
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Using Min function to find the lowest value
WhatsApp
Karthikeyan Anbarasan
14y
2.9
k
0
0
25
Blog
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.
People also reading
Membership not found