Sélectionnez SQL dans l'ordre descendant

SELECT *
  FROM table
 ORDER
    BY Id DESC
 LIMIT 1
Arrogant Anaconda