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.
Author |
Topic |
cjonline
Yak Posting Veteran
55 Posts |
Posted - 2009-11-05 : 08:22:33
|
Hi,I wish to send a string parameter named @parameterlist like so:12382,23465,21423ie comma delimited string.How can I split this string up in t-sql to use in the where clause ..i.eSelect * from employee where employee_ref IN (@parameterlist) |
|
cjonline
Yak Posting Veteran
55 Posts |
Posted - 2009-11-05 : 09:28:52
|
Its ok folks.. I managed to sort it myself.. |
|
|
|
|
|