G
Guest
Hi,
I need to isolate 4 characters out of an account string, and then using
those 4 characters I would like my query to do an ORDER BY, yet show the
entire account string.
How would you isolate the "FDSA" from the following example?
11R546649720000.2005.TTWDWJE851300.RTFDSA0000.25203.1700500.000000.00
The length of each set, between the periods varies, however the number of
periods in an account code is a constant. Can they be used to help isolate
the text?
I was looking through the discussion page, but I don't really understand the
Right (?) expression or if that even applies. Also, I do not know VB. How
can I (or can I) do this using SQL? I would appreciate any insight on this
matter.
Thanks,
David
I need to isolate 4 characters out of an account string, and then using
those 4 characters I would like my query to do an ORDER BY, yet show the
entire account string.
How would you isolate the "FDSA" from the following example?
11R546649720000.2005.TTWDWJE851300.RTFDSA0000.25203.1700500.000000.00
The length of each set, between the periods varies, however the number of
periods in an account code is a constant. Can they be used to help isolate
the text?
I was looking through the discussion page, but I don't really understand the
Right (?) expression or if that even applies. Also, I do not know VB. How
can I (or can I) do this using SQL? I would appreciate any insight on this
matter.
Thanks,
David