I have two tables with the same fields but each user inserts different records (there is a range of 78 possible records that each user can insert in their table) what I want to be able to do is to obtain in which fields the records are similar and in which they are not (since there is a possibility that the records inserted in the tables of the 2 users are similar or not similar)
I want to get a row that shows in which fields the records of the two tables of the two users are equal. when they are equal to show the same records and when they are not showing a "NULL".