variable in the where clause
Hi There,
I am holding set of values in one variable which is temp in plsql procudure.
And I want to use the same in where clause...
Please could you suggest me how to do this?
Example as shown below not exactly…
temp:='X1,X2,X3,X4'
select *from where col1 in (temp);
Please help me?