HOW TO GET LAST VALUE FROM A TABLE IN MYSQL code example Example: mysql get last row SELECT fields FROM table ORDER BY id DESC LIMIT 1;