teradatasql
MIS
Hi,
I have a table with columns
colA colB
x x
x y
x z
y x
y y
y z
z x
z y
z z
I want to link values in colA with colB just once. My result should have something like this
x x
x y
x z
Can someone please help me with this.
Thanks!
I have a table with columns
colA colB
x x
x y
x z
y x
y y
y z
z x
z y
z z
I want to link values in colA with colB just once. My result should have something like this
x x
x y
x z
Can someone please help me with this.
Thanks!