oracle游标循环

游标循环的使用实例:web procedure testPro(out_retVal out clob) is v_cnt number(12); --先查询,游标保存多条记录 cursor cur is select t.phone_number,t.ext_nbr from Test t where t.status_cd=0
相关文章
相关标签/搜索