It appears that a 'LIKE' works only on strings. What I need to do is essentially the following: schema1.fieldx contains data '00014'. schema2.fieldx contains data '00014 00015 00018 00019'. I need a qualification that fires when the data in schema1.fieldx in contained in the data in schema2.fieldx. Possible? TIA.