Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Passsing CSV to stored proc to use as a range in SELECT clause

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-13 : 21:26:06
Anuj Jain writes "I want to pass a list of comma separated integers to a stored proc and use them in a SELECT statement like -
SELECT Project_Desc from Projects where ProjectID in ([CSV list])..."
   

- Advertisement -