Created
July 4, 2014 14:54
-
-
Save pbrewczynski/f3d56b8f346f29b4f236 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT phrase_descriptor_id ,related_word | |
FROM Context2_words_related_to_categories | |
INNER JOIN Phrase_descriptors | |
ON Phrase_descriptors.phrase LIKE CONCAT('%' , Context2_words_related_to_categories.related_word) | |
WHERE category_id = "4bf58dd8d48988d116941735" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment