Forum Moderators: open
Each article record may have zero or many keyword records. For example, Article 1 has keywords A, B, and C. Article 2 has keywords B, C, and D.
I'm trying to come up with a query that will find a list of "related" articles, ordered by how many keywords they have in common. In my example Articles 1 and 2 would have two keywords in common, so Article 2 would be ordered ahead (in the resultset) of articles that may have only one keyword in common with Article 1.
But I can't figure out how this can be done. Can someone help?