comparing two tables [closed]
- by sza
I have two identical table ie all the columns are identical and one of the datatype is Text, one is varchar(255) and the rest are int.
Lets say the table name is 'AAAAA'.
Table AAAAA was processed and backed up earlier this month.
Both the tables were storing data and now the second table is only storing data.
I need to find unmatching records from the second table (BBBBB) which is storing data right now and add those records to Table AAAAA.
Your help will be highly appreciated. I tried to use 'EXCEPT' but it does not support text datatype.