orcal 存储过程批量更新字段,每500条commit

declare  i int;--定义变量 v_count int;--定义变量 v_loop int;--定义变量 begin  select count(*) into v_count from T_HPS_JNL WHERE THD_CHK_FLG = '0' and AC_DT = '20180517' and CORG_NO IN ('UPOP','ALIPAY','WXPAY');--
相关文章
相关标签/搜索