I need to join an existing table with date entries with a list of months in a given period. For this I would need to temporary generate a list of months within this period.
Is there a command in mysql for doing this? Temporary Table, stored procedure?
Thx, martin