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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.