I need to use IN keyword in a SQL for a QR report.
This is what I need to do:
Select * from customers c
where c.customer_id IN ( '&');
How does it work? I need to be able to provide one ID or multiple ID's as input. but for multiple ID's above line of SQL is throwing an error. ('ORA-01722...