SQL - Update multiple records in one query - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
SQL - Update multiple records in one query - Stack Overflow
I have table - config. Schema: config_name | config_value. And I would like to
update multiple records in one query. I try like that: UPDATE config SET ...