Logic AND between some strings

From: yagru_alvarez <jmalvarez(at)estudiantes(dot)uci(dot)cu>
To: pgsql-general(at)postgresql(dot)org
Subject: Logic AND between some strings
Date: 2011-03-07 14:25:37
Message-ID: 06d7b3c8-ac5d-4617-8013-60eda97e8dc4@i35g2000prd.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to make a Logic AND between some strings of 0s and 1s .. Here
you have an example:

1-> 01100010
2-> 00001100

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Durumdara 2011-03-07 14:32:44 PG and dynamic statements in stored procedures/triggers?
Previous Message chris r. 2011-03-07 13:28:52 Re: pg_dump slow with bytea data