How to find consecutive dates in the given table with given date range
Assume i have a table works which has workdate, hours as columns - i want to find if there consecutive 15 workdate without any break between the dates given.
0
Assume i have a table works which has workdate, hours as columns - i want to find if there consecutive 15 workdate without any break between the dates given.