G
Guest
I have the following string: 00737 013 33 02665 stored within my table as a
single field. I want to write a query which parses the string into the first
5 characters which would be 00737, the 11th and 12th character which would be
33. Is there a way to write a SQL statement which will parse this for me? If
I can't do it within a SQL statement, how would I do this? I ultimately want
to write a report against the query and group the data by the first 5
characters and then sub group the data by the 11th and 12th characters.
Thanks,
Mike
single field. I want to write a query which parses the string into the first
5 characters which would be 00737, the 11th and 12th character which would be
33. Is there a way to write a SQL statement which will parse this for me? If
I can't do it within a SQL statement, how would I do this? I ultimately want
to write a report against the query and group the data by the first 5
characters and then sub group the data by the 11th and 12th characters.
Thanks,
Mike