发布网友
共2个回答
热心网友
update table set column_name = value where 这里写条件;
无论是多条还是单条,以上这一句只更新查出来的数据
热心网友
update 表名 set 列名
就用这个写就可以 具体不会写的话HI我 我帮你写好了