oracle 多条执行语句同时执行:begin 语名一;语句二; end;
注意 如果写在C#里千万不要用@的方法然后语句里有回车
例:
string strSql = "begin update tablea set aa='1' where bb='"+'ddd'+"'; "+
" update tablea set aa='1' ; end;";