Hi everyone,
I have a record like this:
some_id | … | starting_date | frequency
34 | … | 2021/01/04 | 14
35 | … | 2021/01/18 | 14
Where "starting_date" is a date and "freuqncy" is a number that explains after how many days another record (here 35) is to be inserted.
Is there a way to do this automatically in Oracle SQL?
Thanks in advance
Markus