Hi,
I have given_date and max_date. I would like to list all dates between given_dates and max_dates (including given_date and max_date) where the weekday for the date is = the weekday of the given_date
so it given_date is Tuesday 15th April 2014 and max_date is 31 December 2020
then I would like to all Tuesdays between those days including 15th April.
can anyone help on how to do it using PL/SQL?