码迷,mamicode.com
首页 > 其他好文 > 详细

Firebird execute block 批处理

时间:2018-07-22 19:25:39      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:begin   cut   使用   exe   col   简单   fir   values   while   

火鸟的批处理,效率好高,使用简单。

 1 execute block as
 2 declare variable i int = 0;
 3 begin
 4   while(:i < 100) do
 5   begin
 6     :i = :i + 1;
 7     insert into m_user(code)
 8     values(shang hai || :i);
 9   end
10 end

 

Firebird execute block 批处理

标签:begin   cut   使用   exe   col   简单   fir   values   while   

原文地址:https://www.cnblogs.com/jonney-wang/p/9350974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!