Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Update rows in SQL that retain the old value

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

UPDATE `drivers` SET `service_ids` = CONCAT(`service_ids`, ',', 3) WHERE `id` = 38; 
 
PREVIOUS NEXT
Tagged: #Update #rows #SQL #retain
ADD COMMENT
Topic
Name
3+2 =