I'm trying to get MySQL to only change the data of ONE of their (the user that is logged in) rows and change it with UPDATE - is there a way of doing this? It keeps updating EVERYONE's row!
I have been getting help from this tutorial where it says
What is the workaround for this?
Thanks for any help, in advance!
I have been getting help from this tutorial where it says
| Quote: |
| Now it is important to note that this query would have updated ALL records that had an age of 21 to the new age of 22. In a table where Sandy is not the only entry, this may become a problem, and a more sophisticated solution would be necessary. |
What is the workaround for this?
Thanks for any help, in advance!
