Pilih SQL dalam urutan menurun
SELECT *
FROM table
ORDER
BY Id DESC
LIMIT 1
Arrogant Anaconda
SELECT *
FROM table
ORDER
BY Id DESC
LIMIT 1