修改,把reply中为null的行对应的status改成1;
update 表 set status = 1 where reply = null
where xx is null
条件用is null就可以进行修改了,,