qmya00 发表于 2016-11-14 00:47:35

db2 语句块执行

  DB2语句块:
  begin atomic
  declare i int;
  set i=9;  
  select * from tb2;
end
页: [1]
查看完整版本: db2 语句块执行