This sounds like a basic stuff but I'm running our of caffeine and my brain is seizing...
I have a table with where couple columns are set as datatype = text and contain comma separated strings, something like this
id | labels | items
------------------------------------------------
123 | Resources,Faculty Resources | 2323,97
If I know row ID can I append new values to labels and items via UPDATE or do I first need to query the table, get data, append values and then do update with new string?