oracle遍历游标
摘要:1,while循环 declare v_tname varchar2(20); cursor c_tname is select a.TABLE_NAME from user_tables a where a.TABLESPACE_NAME = 'VTMDATA';
begin open c_tname; fetch c_tname into v_tname; while ...
阅读全文
posted @ 2015-05-24 11:24
浙公网安备 33010602011771号