I would like to know how to do this. let's say I have this “first” in my database, and if I want to update and add a “second”, in which I can have this format “first, second”. I used this one UPDATE table SET number="second", but it removes the "first". I use php and mysql, thanks
source
share