I want to design a query that checks 2 other queries for overlapping planning times. I generate recurring events in a query. It generates dates and beginning times and ending times. There is also an itemID int the records. I want to chech if that item beginning time clashes with time slots in the other records in the same query. I was thinking of putting the querie twice in one other. But how do i compare all the records to each other ?
One of those queries can be as big as 50.000 records.
I think it will not be that difficult but i do not "see" it.
One of those queries can be as big as 50.000 records.
I think it will not be that difficult but i do not "see" it.
Comment