I need to \"add\" data to a field that already contains data without erasing whats currently there. For example if the field contains HTML, I need to add additional HTML to
UPDATE Table SET Field=CONCAT(Field,'your extra html');