G
Guest
I'm comparing to fields to find matched entries. The problem is that I want to compare the first field with any part of the second field (not the whole field). For example:
FIELD1 FIELD2
4D6_GAS_COMP 40*4D6_GAS_COMP:31PSLO101B.OUT
26PIT038 (26PIT038V-101.325)/100
I need to compare the field 1 with any part of the field 2, so the entries in the example match
How could I do this?
Thanks in advance
FIELD1 FIELD2
4D6_GAS_COMP 40*4D6_GAS_COMP:31PSLO101B.OUT
26PIT038 (26PIT038V-101.325)/100
I need to compare the field 1 with any part of the field 2, so the entries in the example match
How could I do this?
Thanks in advance