- Table: test
- Columns: column1 column2 column3
An already existing row has a value in column3.
I then want to do an SQL update query to that row and keep the already existing value and simply add another alongside it.
- Column3 datatype is
VARCHAR
Is this possible?
Using MySQL