son.of.the.morning Posted December 16, 2011 Share Posted December 16, 2011 Find the second hieghest value in a table using a simple query? Link to comment https://forums.phpfreaks.com/topic/253319-find-the-second-hieghest-value-in-a-table/ Share on other sites More sharing options...
mikosiko Posted December 16, 2011 Share Posted December 16, 2011 ORDER BY DESC ... and LIMIT using offset LIMIT format: LIMIT {[offset,] row_count Link to comment https://forums.phpfreaks.com/topic/253319-find-the-second-hieghest-value-in-a-table/#findComment-1298609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.