Log in

View Full Version : Max()



onestopplay
07-03-2009, 02:13 PM
I want to show the newest rows in my database.
I would use the MAX() function, but that gives me the 1 max row.
(As described on http://www.tizag.com/mysqlTutorial/mysqlmax.php)
But I want like the top 4. How would I do this??