MySQL – Append text data in column Posted on January 11, 2013 by Gugulethu Ncube 123 UPDATE mytable SET mycolumn = CONCAT(mycolumn, 'this is my appended text') where id=1234; About Gugulethu NcubeIT enthusiast getting things done.Mail | Twitter | LinkedIn | More Posts (188)