Is there a way to remove a whole row of data if one of the fields is duplicated?
eg. The query returns this:
Col1 Col2 Col3 Col4
A C D E
B G F Z
C H K V
D H Z S
I want to not show the last row of data because Col2 has 'H' appear twice.
Is there a way to do this?
Any help would be appreciated.
Thanks.
eg. The query returns this:
Col1 Col2 Col3 Col4
A C D E
B G F Z
C H K V
D H Z S
I want to not show the last row of data because Col2 has 'H' appear twice.
Is there a way to do this?
Any help would be appreciated.
Thanks.