February 10, 2012 at 3:35 am
Hello,
I need to split the below string:
'Spring 2012,Spring 2011'
as
'Spring 2012','Spring 2011'
Does any one know how to do this ?
Thanks,
Debra
February 10, 2012 at 3:37 am
Also please note I dont want it to be a table. Thanks.
February 10, 2012 at 3:38 am
nairdeepa (2/10/2012)
Hello,I need to split the below string:
'Spring 2012,Spring 2011'
as
'Spring 2012','Spring 2011'
Does any one know how to do this ?
Thanks,
Debra
Try Jeff Moden's string splitter function, by far the fastest purely SQL method to date[/url].
February 10, 2012 at 4:20 am
Thanks. Do you have link to it?
February 10, 2012 at 4:21 am
nairdeepa (2/10/2012)
Thanks. Do you have link to it?
My whole post was a link to the article[/url] describing it. The article includes the code.
February 10, 2012 at 4:55 am
okay thanks.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply