Hi Peter,
I'm no oracle expert, but I remember using something like this in the past to acheive a similar result...
CURSOR_ID INTEGER := DBMS_SQL.OPEN_CURSOR;
SQLSTMT VARCHAR2(100) := 'if ' || variable || '1 = ''a value'' then ...'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.