Full Outer Join- Timestamp not matching- adding more rows
I need to match 6 files with data collected at different time stamps from different devices (all with 1 minute resolution in 2021). (Note: I need a physically "joined" file for a different purpose, So, not doing Virtual Join)I tried full outer join (including non-matches from "main table" and "with table"; Did not include "drop multiples" for either of the tables.But it kept adding more rows ev...