I think I found the answer to my question, I\'m just unsure of the syntax, I keep getting SQL errors.
Basically, I want to do the opposite of IN. Take this example:<
Try WHERE tags.name IN ('tag1') and tags.name IN ('tag2');
WHERE tags.name IN ('tag1') and tags.name IN ('tag2');
Not super efficient, but probably one of many ways.