Hi,
I have the following table:
Column 1 Column 2
A A
A B
A C
B F
B F
C G
C A
I need a query to return the following:
A null
B F
C null
How can I do that?
Thanks,
ALex
I have the following table:
Column 1 Column 2
A A
A B
A C
B F
B F
C G
C A
I need a query to return the following:
A null
B F
C null
How can I do that?
Thanks,
ALex
Comment