I have a series of date intervals within a year and need to count the number of months "covered" in a year.
E.g. I have the intervals Jan - April, Jan - July, Sept - Dec.
Is it possible somehow to make a query or function that will be able to return the correct number of months - in this case 11?
E.g. I have the intervals Jan - April, Jan - July, Sept - Dec.
Is it possible somehow to make a query or function that will be able to return the correct number of months - in this case 11?
Comment