Update Rows In Sql That Retain The Old Value

[Solved] Update Rows In Sql That Retain The Old Value | Php - Code Explorer | yomemimo.com
Question : Update rows in SQL that retain the old value

Answered by : sivan

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

Source : | Last Update : Thu, 12 May 22

Answers related to update rows in sql that retain the old value

Code Explorer Popular Question For Php