update 表名 set 需要修改的字段名=你要修改的值 where 唯一标识字段=唯一标识字段的值
select a into v_afrom table;
select jh from T_SCRB into jh2 where trunc(rq)=rq_in+1;