Search Postgresql Archives

Re: NULLs ;-)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>> where a <> b or (a is null and b is not null) or (a is not null and
>>> b is null)
>> 
>> In the absence of IS DISTINCT FROM, I think this has the same semantics:
>> 
>>    where coalesce(a, b) <> coalesce(b, a)
> 
> sorry, but no.

So it would have to be where coalesce(a, b, 0) <> coalesce(b, a, 0) for your
example with ints, and likewise some default value for other column types...

-- 
Scott Ribe
scott_ribe@xxxxxxxxxxxxxxx
http://www.killerbytes.com/
(303) 722-0567 voice




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux