About
Pricing
Community
Teams
Start Free Trial
Log in
johnson1
asked on
5/10/2013
string split
Hello,
I have a sentence. For example: "One two three four"
I would like to insert the words into a temporary table, so it would be like this in the temporary table:
Row1 One
Row2 Two
Row3 Three
Row4 Four
How can I do that?
Microsoft SQL Server 2008
2
2
Last Comment
Éric Moreau
8/22/2022 - Mon