Update Multiple Rows At Once With Different Values in MySQL
I’ve had to figure this out on my own twice now, so I guess it’s time to document it. It is possible, and fairly easy, to update multiple rows of a MySQL table at the same time, with different values … Continue reading