I have two tables as follows
table 1 consist of only 1 column called FILE_ENCRYPTED(No primary key in table)
table 2 consists of only 1 column called FILE_DECRYPTED (No primary key in table)
Both the table contains duplicate values of file name. I want to delete the duplicate value from both the table which are repeating in both the table.
Thanks for your time.