maharg
Technical User
- Mar 21, 2002
- 184
Hi Folks
I have 2 tables, which show time a particular event was activated, and time that event was cleared.
and
I want to find the bands of time that neither event_1 nor event_2 was active.
There could be more than 2 event tables.
I have tried manipulating UNION without success, and wonder if someone could point me in the right direction.
Many thanks
Graham
I have 2 tables, which show time a particular event was activated, and time that event was cleared.
Code:
event_1
id activated cleared
1 3 9
2 19 26
3 35 46
and
Code:
event_2
id activated cleared
1 5 10
2 17 22
3 33 47
4 49 50
I want to find the bands of time that neither event_1 nor event_2 was active.
There could be more than 2 event tables.
I have tried manipulating UNION without success, and wonder if someone could point me in the right direction.
Many thanks
Graham