请教有没有使用PL/SQL手工实现ETL的例子
答案:1 悬赏:20 手机版
解决时间 2021-02-15 09:59
- 提问者网友:临风不自傲
- 2021-02-14 22:37
请教有没有使用PL/SQL手工实现ETL的例子
最佳答案
- 五星知识达人网友:动情书生
- 2021-02-14 23:51
declare cursor cur_1 is select sysdate from dual; begin for rec_1 in cur_1 loop insert into table values (rec_1.sysdate); commit; end loop; exception when others then rollback; end; 随便写了一个
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯