Hi!
Next table contents:
fld1 fld2
A1 'Xabce'
A2 .null.
A3 .null.
B1 'Yuitf'
B2 'Zqqqs'
B3 .null.
C1 .null.
C2 .null.
fld2 contains either a valid characterstring or .null.
I need an sql construct showing the record where all 'A's 'B's or C's in fld 1 are having .null. in fld2
So the result for the above should be:
fld1 fld2
C1 .null.
C2 .null.
fld1 I simplified in this example. Real Value might be: A01B1. Than there could also be A01B2 A01B3 and A01B4
These form a group called A01B
any sugestions?
-Bart
Next table contents:
fld1 fld2
A1 'Xabce'
A2 .null.
A3 .null.
B1 'Yuitf'
B2 'Zqqqs'
B3 .null.
C1 .null.
C2 .null.
fld2 contains either a valid characterstring or .null.
I need an sql construct showing the record where all 'A's 'B's or C's in fld 1 are having .null. in fld2
So the result for the above should be:
fld1 fld2
C1 .null.
C2 .null.
fld1 I simplified in this example. Real Value might be: A01B1. Than there could also be A01B2 A01B3 and A01B4
These form a group called A01B
any sugestions?
-Bart