摘要:
-- 更新+插入 -- merge into x using() on() when matched then update set when not matched then insert ; merge into A_MERGE A USING (select B.id,B.name,B.yea 阅读全文
摘要:
第一种方法: declare -- Local variables here m integer; begin -- Test statements here --输出开始时间 dbms_output.put_line('start:'||sysdate); m:=0; --循环插入的数据量 for 阅读全文