Forum Discussion
IzaLeo
Advocate I
4 years agoLeft outer join
Good morning, I'm trying to merge 2 tables and my goal is to keep everything from the firt one, and match the second. But, when I do that, i go from 3114 rows to 3123 and it's not supost to, sin...
- 4 years ago
Hi IzaLeo ,
It sounds like your second table is introducing duplicates into the merged table.
Open your second table, select the column that you are matching to the first table with, go to the Home tab > Keep Rows (dropdown) > Keep Duplicates. This will show you which rows are creating the extra rows in your merged table.
Pete
Vijay_A_Verma
Most Valuable Professional
4 years agoCan you please post your merger query?