oracle 多条执行语句同时执行

oracle 多条执行语句同时执行:begin 语名一;语句二; end;

注意 如果写在C#里千万不要用@的方法然后语句里有回车

例:

string strSql = "begin update tablea set aa='1' where bb='"+'ddd'+"'; "+

        " update tablea set aa='1' ; end;";

posted @ 2015-02-06 14:26  丁焕轩  阅读(1660)  评论(0编辑  收藏  举报