![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a sql 2000 table that has a column with values such as First Name - George Last Name - Smith Room number - 229 Chart Location - 7FRH.2 First Name - Mark Last Name - Johnson Room number - 976 Chart Location - 4FV.5 First Name - Mary Last Name - Wesley Room number - 224 Chart Location - 8BSS.3 First Name - Lucia Last Name - Guess Room number - 453 Chart Location - 6BF.1 First Name - Charlotte Last Name - Lopez Room number - 229 Chart Location - 4VW.5 I need to parse these values into columns. From these columns I only need the actual data and not the delimiters the delimeters are: "First Name - " " Last Name - " " Room number - " " Chart Location - " Therefore, I need to get 4 columns: George Smith 229 7FRH.2 Mark Johnson 976 4FV.5 and so on.. Any ideas on how to parse these values into the 4 columns I need? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks for the reply. I know I need to immerse myself into reading more SQL and string functions, but right now I need to solve this problem. I am still trying, but I can't find a solution for it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |