[Solved] How can I update data in mySQL database?
I assume that you are wanting to update the “numbers” in your SQL table? If so, you will need some sort of identifier to identify the rows which should be affected. So, if you want to set number=235443534 where the animal is equal to “Dog” then you will need to put that identifier in your … Read more