how to split a string in TSQL

Posted by vaibhav on Stack Overflow See other posts from Stack Overflow or by vaibhav
Published on 2010-05-07T05:23:15Z Indexed on 2010/05/07 5:28 UTC
Read the original article Hit count: 175

Filed under:
|

I have a varchar @a='a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p' , wich have | delimitted values. I want to split this variable in a array or a table. Do anyone have any idea about this.

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server-2005