G
Guest
I am trying to right a query that goes against
2 tables (tA, and tB), using a link between them. No problem, so far...the
fields that I am using to join from need to be substring in order to match.
tA Field1 = 123456ABCDE
tB Field3 = 789101ABCDE
I was trying...
Select
Substring(tA FROM 12 FOR 8)..
flying blind, any help is greatly appreciated.
2 tables (tA, and tB), using a link between them. No problem, so far...the
fields that I am using to join from need to be substring in order to match.
tA Field1 = 123456ABCDE
tB Field3 = 789101ABCDE
I was trying...
Select
Substring(tA FROM 12 FOR 8)..
flying blind, any help is greatly appreciated.