摘要:Oracle 提交在添加、修改或删除表中记录后,需要执行: commit; ,否则仅会在本地数据库中更新表记录Oracle 打印 1. execute immediate declare l_cnt varchar2(20);begin execute immediate 'select count(SYSTEM_CODE) aa from T_COM_SYSTEM_CODE' into l_cnt; dbms_output.put_line(l_cnt);end;2.set serveroutput on;execute dbms_output.put_line('d
阅读全文
posted @ 2013-06-08 15:48
浙公网安备 33010602011771号