get last 5 record of sql using mysql code example Example: mysql get last row SELECT fields FROM table ORDER BY id DESC LIMIT 1;