可以,比如表D中有三个字段:NUM, NO,Q
update d set no='1111111', q='1111111' where num=1;
commit;