Might be a silly question, given the IN search command, is it possible to negate the query using NOT?
For example:
... error_code NOT IN (400, 402, 404, 406) | ...
... NOT error_code IN (400, 402, 404, 406) | ...
View solution in original post