DotNetGnat
Programmer
Guys,
I am using oracle 10g and I have the following data in the two tables
table1
id | name
____________
1 |E 234TH RD
2 |E 12TH ST
3 |35TH AVE
table2
id | name
____________
100 |E 234 RD
200 |E 12 ST
300 |35 AVE
the tables here are shown in the simplest format....I am trying to do a match on name on both these tables.. and I need above 3 records to show up as matches...in table 1 "TH" has been removed but I still need to match it with the record in table 2 with "TH"
any suggestions...
thanks
-DNG
I am using oracle 10g and I have the following data in the two tables
table1
id | name
____________
1 |E 234TH RD
2 |E 12TH ST
3 |35TH AVE
table2
id | name
____________
100 |E 234 RD
200 |E 12 ST
300 |35 AVE
the tables here are shown in the simplest format....I am trying to do a match on name on both these tables.. and I need above 3 records to show up as matches...in table 1 "TH" has been removed but I still need to match it with the record in table 2 with "TH"
any suggestions...
thanks
-DNG