G
Guest
Hi,
I Have a table which contains the follownig data:
ID Time Of Scan Doors Open Time Since Opened
122Bd 12:00:12 12:00:00 00:00:12
135AA 11:15:02 11:00:00 00:15:02
147DD 09:15:12 09:00:00 00:15:12
122bd 12:10:00 12:00:00 00:10:00
What I am trying to do is get the following output,
ID 0-15Min 16-30Mins
122bd 2 0
135AA 0 1
147DD 0 1
I was hoping to use a partition to get the results but I am not getting
anywhere, any ideas?
I Have a table which contains the follownig data:
ID Time Of Scan Doors Open Time Since Opened
122Bd 12:00:12 12:00:00 00:00:12
135AA 11:15:02 11:00:00 00:15:02
147DD 09:15:12 09:00:00 00:15:12
122bd 12:10:00 12:00:00 00:10:00
What I am trying to do is get the following output,
ID 0-15Min 16-30Mins
122bd 2 0
135AA 0 1
147DD 0 1
I was hoping to use a partition to get the results but I am not getting
anywhere, any ideas?