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