I have a database field that contains a list of values, and I want to be able to compare that against another list of values and return all rows that have any values matching.
i.e. database field A values:
Row 1 field A = (1,2,3)
Row 2 field A = (1,5)
Row 3 field A = (6,9)
User values =...