I am developing an application in Oracle APEX. I have a string with user id\'s that is comma deliminated which looks like this,
45,4932,20,19
you will need to run this as dynamic SQL.
create the entire string, then run it dynamically.