Perbarui baris dalam SQL yang mempertahankan nilai lama

Update rows in SQL that retain the old value [closed]

UPDATE `drivers` SET `service_ids` = CONCAT(`service_ids`, ',', 3) WHERE `id` = 38; 
ZBACK