M
macroapa
Hi i have a table as follows:
Table1
Ref Code
123 1
123 4
123 5
123 6
321 1
321 8
987 6
777 3
777 2
Now what i want to do is return Ref where it has never been '4' ie
return
321
987
777
and exclude 123 as at some point 123 was 4.
Any help appreciated.
Thanks.
Table1
Ref Code
123 1
123 4
123 5
123 6
321 1
321 8
987 6
777 3
777 2
Now what i want to do is return Ref where it has never been '4' ie
return
321
987
777
and exclude 123 as at some point 123 was 4.
Any help appreciated.
Thanks.