摘要: declare v_test varchar2(200); v_num number;begin v_test := -1; v_num := -1;if v_test = v_num then dbms_output.put_line('Y'); else dbms_output.put_line('B');end if;end; 阅读全文
posted @ 2011-12-29 17:25 小波Ooo 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: procedure test(p_test number) isPRAGMA AUTONOMOUS_TRANSACTION;begin…………commit;end ; 阅读全文
posted @ 2011-12-29 15:55 小波Ooo 阅读(151) 评论(0) 推荐(0) 编辑