Hi guys,
I have a table with 1 column in that essentially holds 4 bits of information in it...
e.g.
....what I need to do is to split this out into 4 columns using the spaces as the delimiter...
any ideas how i would go about doing this?
Cheers guys,
Dan
I have a table with 1 column in that essentially holds 4 bits of information in it...
e.g.
Code:
COLUMN1
547011 23 MUA 0.2
547011 24 MUA 0.2
547011 25 MUA 0.2
547011 39 MUA 0.2
....what I need to do is to split this out into 4 columns using the spaces as the delimiter...
any ideas how i would go about doing this?
Cheers guys,
Dan