How to transform data into daily snapshot given the two date columns? – Amazon Web Sevices
I have product data in my table which looks similar to this product_id user_id sales_start sales_end quantity 1 12 2022-01-01 2022-02-01 15 2 234 2022-11-01 2022-12-31 123 I want to transform the table into a daily snapshot so that it…