I have two fields that have comma separated strings
ID1 may contain 1,2,3,4
ID2 may contain 1,2,3
ID3 may contain 3,4
ID4 may contain 5,6
I want to take ID1 and search for any other IDs that contain at least 1,2,3 or 4 and return the IDs that match. In this case, it would be ID1, ID2 and ID3.