Re: Logic AND between some strings - Mailing list pgsql-general

From Vick Khera
Subject Re: Logic AND between some strings
Date
Msg-id AANLkTikYvxg48DBe3E6uPHSNL154-r3WhR49=Sq7rKvH@mail.gmail.com
Whole thread Raw
In response to Logic AND between some strings  (yagru_alvarez <jmalvarez@estudiantes.uci.cu>)
List pgsql-general
On Mon, Mar 7, 2011 at 10:14 AM, yagru_alvarez
<jmalvarez@estudiantes.uci.cu> wrote:
> I wanto to make a LOGIC AND between 01100010 and 00001100.
>
> I' m working with C++, I need some code to have an idea about how I
> can perform that.
>

You want to do this in C++ or in SQL?  In SQL it looks like this:

select b'01100010' & b'00001100';

If you want to do this in C++, ask your teacher for help with your homework.

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: pg_dump slow with bytea data
Next
From: runner
Date:
Subject: First production install - general advice