Created a procedure for merging two tables branch_mstr and new_branches (having only two fields and same primary key)

前端 未结 0 2018
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 04:42
delimiter $$
create procedure mergeData()
begin
    declare counter, rowws int default 0;
    set rowws = (select count(*) from new_branches);
    begin
        whil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题