I have a table with a date field that varies from month to month, for example:
id import_date name ...
1 2017-02-01 Leonardo
7 2017-03-01 Alison
8 2017-06-01 Juliet
11 2017-09-01 Laura
Every first day in month we import some data to this table. As you can see, some register from January, April, May, July and August are missing, in this example.
How can I get only the missing dates between a start and end date range?