Forum Discussion
Anonymous
7 years agoNot applicable
Merge Queries w/ Like Columns Issue
Hello, I am trying to merge two datasets and have it a wall with matching like values, even though I do have matching values in the referenced table. Purpose: Perfrom a left outer Join Kind...
- 7 years ago
Make sure you do a Trim and Clean on the columns of both tables before Merging. Often there can be trailing spaces and such that cause issues.
Greg_Deckler
7 years agoCommunity Champion
Make sure you do a Trim and Clean on the columns of both tables before Merging. Often there can be trailing spaces and such that cause issues.
- Anonymous7 years agoNot applicable