Avatar of johnson1
johnson1

asked on 

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

Avatar of undefined
Last Comment
Éric Moreau

8/22/2022 - Mon