Search Postgresql Archives

Re: IN clause

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

 



> yes, except I think you meant:
> (unknown or false or false) = unknown
> 
> as can be demonstrated by:
> 
> test=# \pset null 'null'
> Null display is "null".
> test=# select (null or true);
>  ?column?
> ----------
>  t
> (1 row)
> 
> test=# select (null or false);
>  ?column?
> ----------
>  null
> (1 row)

Thanks for the clearification.  I was totally wrong on that point. :-)

Regards,

Richard Broersma Jr.


[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