For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
How can I use a variable istead of this hard-coded values in an IF-statement? IF my_type IN ('1','2','3', 'X') THEN This doesn't work IF l_i.provstty_stavtyp IN (l_types) THEN l_types looks like this: '1','2','3','X'