SQL - Update multiple records in one query - Stack Overflow

SQL - Update multiple records in one query - Stack Overflow

瀏覽:381
日期:2026-04-17
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 ......看更多