Php versions – How to overwrite next rows using UPDATE?
I have this MYSQL table (simplified version) with some erased ids: +-----+-------+---------+ | id | name | country | +-----+-------+---------+ | 1 | John | England | | 5 | Emily | USA | | 9 | Joe | USA…