update 表名 set 列表名 = 新值 where 列表名 = 某值
语法:delete from 表名称 where 列名称 = 值;
语法:delete from table_name或者delete * from table_name;