Snippets
Apending text to a field which isn’t empty (mysql)

UPDATE `table` SET `field` = CONCAT(`field`, ‘ append text’);