BOOLXOR_AGG¶
BOOLXOR_AGG
Returns NULL
if there are no non-NULL
entries, otherwise
returning True if exactly one non-NULL
entry is also non-zero (this is
counterintuitive to how the logical XOR is normally thought of). This is
supported for numeric and boolean types.