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
If possible the best idea may be to not store your user ids in csv! Put them in a table or failing that an array etc. You cannot bind a csv field as a number.