I'm making this call
$sql_result = @mysql_query("SELECT * FROM blah WHERE type = '$something' AND my_goods = 'Yep' ORDER BY id",
What do i need to add to this command to have it list by id #, with the greatest id # at the top (greatest or most recent to lowest oldest)?