Wybierz SQL w kolejności malejącej
SELECT *
FROM table
ORDER
BY Id DESC
LIMIT 1
Arrogant Anaconda
SELECT *
FROM table
ORDER
BY Id DESC
LIMIT 1