I want to write a stored procedure that recieves 2 param. and both are char. And one of the strings has words separeted by commas. So how can I brake this string into words.
Thanks in advance
You should post questions regarding MS SQL Server in forum183. That is the SQL Serer forum. If you do a keyword search in the SQL Server forum for "parse" or "delimited string". If you use SQL 2000, there is downloadable function, fn_split that is useful for parsing.
See thread183-325653 and thread183-292139. Terry L. Broadbent - DBA
Computing Links:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.