Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Brad BrezinskiI have two data sets. One data set is of office location codes. The second data set is of comment strings that include multiple references to the office location codes from the first data set. I would like to know which office location codes are mentioned in any one of the comment string in the second data set. Can I do this with a right join in some way? Or would I have to incorporate an array in some way? Thanks, Brad