I'm sure there's a reason that the comparison operator is <>
. I'm googling and trying to make sense of it; I'm reading that it has to do with indexes from a functional perspective; what I'm trying to work out is the semantics behind using "less than and greater than".
How can any value ever be both less than and greater than at the same time? Wouldn't this mean that <>
always returns false?