Re: cast bit to boolean?
Vivek Khera <khera@kcilink.com>
From: Vivek Khera <khera@kcilink.com>
To: Robert Hentosh <hentosh@io.com>
Cc: pgsql-general@postgresql.org
Date: 2001-05-04T13:54:51Z
Lists: pgsql-general
>>>>> "RH" == Robert Hentosh <hentosh@io.com> writes: RH> select * from t1 where (sel_a & b'100001' <> b'000000' ); Yep. That solution hit me just as the head hit the pillow last night, too! Thanks.