SHOWcode

2018年4月11日 星期三

C#.NET 如何在Oracle中一次執行多條sql語句


C#.NET 如何在Oracle中一次執行多條sql語句

begin 
update TB_VG set seq = 1, vessel_id = 'Jin14', vessel_type = 'TRACK' where batch_number = '20837' and train_id = '0233086';
update TB_VG set seq = 2, vessel_id = 'Jin14', vessel_type = 'TRACK' where batch_number = '20992' and train_id = '0233110';
end;

傳送門:如何在Oracle中一次執行多條sql語句

沒有留言:

張貼留言

Jenkins-mail

參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...