Update rows in SQL that retain the old value [closed] UPDATE `drivers` SET `service_ids` = CONCAT(`service_ids`, ',', 3) WHERE `id` = 38;