David Salisbury <salisbury(at)globe(dot)gov> 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