Showing posts with label How to get maximum value in sql. Show all posts
Showing posts with label How to get maximum value in sql. Show all posts

Saturday, 14 May 2016

How to get maximum value in sql

select MAX(Price) AS HighestPrice form Product;