Compound negative condition

I cannot find out how to SELECT all records except for those matching a compound condition. For example:
I want all records except those where say tag1 = ‘Foo’ AND tag2 <> ‘Bar’
How might I exclude a compound condition in influxdb?

Thanks
Eric