How to Query Overlapping SQL Tables

Your data has drifted into two tables (unfortunately), and now you need to merge them in a query…

Jon McEwen
3 min readOct 22, 2023

--

Photo by Lukas Blazek on Unsplash

In the wilds of data, you may have encountered a situation where two tables contain overlapping information, and you need a performant way to combine both in one result set.

--

--