How to select the last record from MySQL table using SQL syntax March 28, 2023 by Tarik SELECT * FROM table_name ORDER BY id DESC LIMIT 1