ok Posted September 4, 2008 Share Posted September 4, 2008 i have a column for instance this below, price ----- 6 5 20 30 22 4 53 11 now from those row i want to get the highest value. can you show me an exmaple myslq syntax for that please. Thank you. Link to comment https://forums.phpfreaks.com/topic/122654-how-to-determine-highest-value-in-the-column/ Share on other sites More sharing options...
Ken2k7 Posted September 4, 2008 Share Posted September 4, 2008 Wrong forum to put this topic in. SELECT max(price) FROM `table_name` Link to comment https://forums.phpfreaks.com/topic/122654-how-to-determine-highest-value-in-the-column/#findComment-633354 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.