このクエリを試してください: update tablename set col1name = concat(ifnull(col1name,""), 'a,b,c'); このSQLフィドルのデモを参照してください。