Hi, I have a PL/SQL block like this: set serveroutput on declare t_rc sys_refcursor; v_sql varchar2(2000); begin --- v_sql := q'{ select ...
確定! 回上一頁