直接update了:
update tableA set 
  FieldA_rq = to_date('2005-05-20', 'yyyy-mm-dd'),
  FieldB_rq = SYSDATE
where ......