I have a very simple question: how can I check multiple MySQL columns against a single value? I'm looking basically for the opposite of the IN (1, 2, 3, 4) where one can check a single column against multiple values.
I know I can just write multiple sentences, but I was looking for a more elegant solution. I'm using PHP. Thank you!