update
---整表更新数据
update 表名 set 需要调整字段1= '值1' ,需要调整字段2= '值2' ……
---更新条件数据
update 表名 set 需要调整字段1= '值1' ,需要调整字段2= '值2' …… where 限制条件