David Salisbury <[email protected]> writes: > Short version, is there a way to implement an exclusive OR in a where clause?
The boolean <> operator will do the trick.
(x = y) <> (a = b)
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
