How can I select the row with the highest ID in MySQL? March 1, 2023 by Tarik SELECT * FROM permlog ORDER BY id DESC LIMIT 0, 1