D
dee
i have two tables i need to compare. One of them has over 300,000 lines of
data. The first table that I need to use for the base has a column named
OWNER and its contents: JSMITH22. The second table that I need to compare
this one to has the OWNER column but its contents are: Smith, john
-(JSMITH22). My thought was to split the column to remove everything but the
JSMITH22 so I can do a compare but I have no idea on how to remove out the
extra characters. keeping in mind there are 300.000 lines of data and each
owner name could have many characters.
data. The first table that I need to use for the base has a column named
OWNER and its contents: JSMITH22. The second table that I need to compare
this one to has the OWNER column but its contents are: Smith, john
-(JSMITH22). My thought was to split the column to remove everything but the
JSMITH22 so I can do a compare but I have no idea on how to remove out the
extra characters. keeping in mind there are 300.000 lines of data and each
owner name could have many characters.