A
asc4john
Hi. I have a table column with entries like the following
TO-123
XO-234
TO-345
XO-345
I want to select TOs no matter what, XO only if there is no TO with a
matching number part.
and TO if there is a TO and XO with matching number part.
So I want from the above
TO-123, XO-234, and TO-345 (not XO-345)
TO-123
XO-234
TO-345
XO-345
I want to select TOs no matter what, XO only if there is no TO with a
matching number part.
and TO if there is a TO and XO with matching number part.
So I want from the above
TO-123, XO-234, and TO-345 (not XO-345)