my sql query to fetch latest data for that user code example Example: mysql get last row SELECT fields FROM table ORDER BY id DESC LIMIT 1;