Author: SSWUG Research

Community

Join Tables on Date Ranges

(stewashton) A recent question on the OTN SQL forum asked how best to join two tables related by ID and date range, in order to insert one row per date into a data warehouse. One solution was to expand the data from each table, creating one row per date, then join on date. I think it’s more efficien