Imagine example table:
class Experiance:
job_title = charfield
start_date = date time field
end_date = date time field
Now i want to query sum between every experiance, without overlapping so if 1 date is starting from 2023 ending on 2025, second is starting on 2020 ending on 2024 query should return total experiance of 5 years 😛