I want to be able to pass a parameter into a stored procedure to be used in an IN clause.
An example would be:
Select * from Members
Where State_Id IN ('NJ','NY','MD')
So I want to pass the states as a variable. Anyone know how to do this in either SQL Server or Oracle.
Thanks,
Dave.
An example would be:
Select * from Members
Where State_Id IN ('NJ','NY','MD')
So I want to pass the states as a variable. Anyone know how to do this in either SQL Server or Oracle.
Thanks,
Dave.