Add row base on condition of another column using Postgresql
I have a table and I want to add some rows based on column 'days'. And for each of those rows, the 'Date' column will increment by 1 day. For example: Table X: Date Group days 1/1/2023 A 3 5/1/2023…