Выберите SQL в порядке убывания
SELECT *
FROM table
ORDER
BY Id DESC
LIMIT 1
Arrogant Anaconda
SELECT *
FROM table
ORDER
BY Id DESC
LIMIT 1