I have a table that has a notes in one of the fields. I need to append information to the notes.
How to I write a query that appends data to the end of a mysql field (without replacing any of the data already in the field)?
Guessing that the "data" is string data: CONCAT()