Hi, My query gets directly executed in a report and a parameter is a varchar2 that gets the user_id passed with a comma delimiter but no quotes to the user_id( which are sometimes non-numeric), how can we handle this, i tried to pass this parameter to a function and return after appending quotes to it but this does not work as oracle searches user_id for the whole string returned ( eg user_id = '1','2',3'). Any help is appreciated
Thanks
Vidhya.P.C.
Thanks
Vidhya.P.C.
Comment