I have a simple array named j12stuff that is a list of words. Can I use one mysql query to select all words from a table that matches the words in the array that are nouns? The point is to use mysql to reduce the array list to nouns only.
The table columns are word and ss_type. ss_type is n for noun.
Thanks for your help,
crazyjeremy