❶ mysql中怎么修改多个字段的数据

1、创建测试表,

create table test_update_cols(id int,value varchar(20));