This blog shows how to use the MAX function to get the Highest of a value from an expression using SQL.
Example:
SELECT MAX(PrdRating) MaximumRating
FROM DBO.ProductReviewHistory
MAX() - this is the function used to get the hightest value.
Loading

Join the conversation! Your thoughts help the community grow.