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??