Forum Discussion
nmrao
13 years agoCommunity Hero
Assuming that you are using oracle as database.
Please try something like (note the braces)
select * from (a table) where id in (<your list goes here>);
Please try something like (note the braces)
select * from (a table) where id in (<your list goes here>);