Looking for a quick way to use a "text" object to store a log – do it in one query using the following …
UPDATE [TABLE] SET [TXT_COL] = CONCAT(IF([TXT_COL] IS NULL, "", [TXT_COL]), "[DATA]") WHERE ....
Shout here