My tableA col1 has three values and separated by various length. I need to separate it and into three columns and place it into Z1, Z2, and Z3 respectively. Also, on some individual value has spaces in between too for example 'Windows XP Professional' but I need it make it as individual value. Any ideas? See sample below.Thanks.
Current
Col Z1 Z2 Z3
-------------------------------------------------------------------------- ----- ----- ----
Windows XP Professional SP3 CD RWT-00543
Windows XP N/A N/A
Windows CE .NET v5.00 CD TRE-00298 in vault
Client Ctrl firmware N/A
After
Col Z1 Z2 Z3
------------------------------------ ------------- ----- ----
Windows XP Professional SP3 PP RWT-00543
Windows XP N/A N/A
Windows CE .NET v5.00 QQ TRE-00298 in vault
Client Ctrl firmware N/A