Oracle Database --Mybatis executed in a multi-label update update statement

begin
update table table1 set com1 ='1' ;
update table table2 set com1 ='1' ;

end;

Guess you like

Origin www.cnblogs.com/zjc2018/p/12449512.html