MySQL SELECT Last Query

select `COLUMN_NAME_1`, `COLUMN_NAME_2` from `TABLE_NAME` ORDER BY id DESC LIMIT 1;
Smiling Starling