The documentation doesn't have any examples for SELECT for the bitwise operators,
Um...
SELECT B'111'::varbit & B'101'::varbit = B'101'::varbit
SELECT 10::bit(8)::varbit
David J.
The documentation doesn't have any examples for SELECT for the bitwise operators,