SQL Server Transact Basic to Expert - Using Min function to find the lowest valueKarthikeyan Anbarasan15yPublished Jun 14, 2011, 12:00 AMUpdated Jun 14, 2011, 7:39 AM3.1k00Reactions×25BlogThis 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.ProductReviewHistoryMIN() - this is the function used to get the least value.CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.