Hi all,
I have a table that looks something like this:
ID | GROUP
-------------------
1000001 | 0
1000001 | 1
1000001 | 2
1000002 | 0
1000002 | 2
1000002 | 3
1000003 | 1
1000003 | 2
1000003 | 3
1000004 | 0
I need to list all the ids where there is a group missing in the sequence. So for the above example i would only need back 1000002 & 1000003.
Thanks in advance