Logic AND between some strings - Mailing list pgsql-general

From yagru_alvarez
Subject Logic AND between some strings
Date
Msg-id 06d7b3c8-ac5d-4617-8013-60eda97e8dc4@i35g2000prd.googlegroups.com
Whole thread Raw
Responses Re: Logic AND between some strings  (Bill Thoen <bthoen@gisnet.com>)
List 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.

pgsql-general by date:

Previous
From: matty jones
Date:
Subject: Re: Web Hosting
Next
From: yagru_alvarez
Date:
Subject: Logic AND between some strings