Skip to content
Advertisement

SQL query for overlapping time [closed]

I have this data:

enter image description here

I’m looking for a query which can return the results of combination of Type (Phone and Memory) based on overlapping of startdate and enddate as below:

enter image description here

Thanks

Advertisement

Answer

Probably something like this:

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement