SQL - Update multiple records in one query - Stack Overflow

SQL - Update multiple records in one query - Stack Overflow

瀏覽:707
日期:2025-10-03
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 ......看更多