I hope you can help me out with the following problem. I have a list of ranges in my database. I need to know the maximum of overlapping ranges.
In the example below I want to know how many ranges there are within 'request range' at the same time. The result should be 2 as 'DB range1' and 'DB range2' are the maximum number of ranges overlapping at the same time.