mysql how to get last 1 row in table code example Example: mysql get last row SELECT fields FROM table ORDER BY id DESC LIMIT 1;