News

I'm trying to figure out how to use the SQL where/in syntax with a paramterized query. For instance let's say I'd like to run the following query:select * from customers where custid in (1,2,3);I ...
I am in need of some help with a SQL query. For some reason I can't get my head around it. I have a table and a view. I want to run a query that I can use as a stored procedure to archive data ...