I have two columns, name & keywords
How can I change the following SQL statement so that it will append data onto the end of the keywords column so that it reads "current info+the new set info below" instead of overwriting the current data ?
SET KEYWORDS = 'soap, ice, snow'
WHERE (NAME LIKE '%drink%')