when i am fetching record from mysql it showing me only last row code example Example: mysql get last row SELECT fields FROM table ORDER BY id DESC LIMIT 1;