mcnewsxp
2012-07-12 14:06:11 UTC
i have a Results column that can contain data that looks like this:
XXX X
XXX XX/XXX
XXXX/XXX X/XX
so i want to parse this data into Results1, Results2, Results3 using the '/' as the delimiter.
can i do this in one pass with one sql statement? if so, example please.
tia,
mcnewsxp
XXX X
XXX XX/XXX
XXXX/XXX X/XX
so i want to parse this data into Results1, Results2, Results3 using the '/' as the delimiter.
can i do this in one pass with one sql statement? if so, example please.
tia,
mcnewsxp