Logical comparison on Strings - Mailing list pgsql-sql

From kumar
Subject Logical comparison on Strings
Date
Msg-id 008801c42c1e$b70efbb0$7502a8c0@hdsc.com
Whole thread Raw
Responses Re: Logical comparison on Strings  (Rajesh Kumar Mallah <mallah@trade-india.com>)
List pgsql-sql
Dear Friends,
 
Postgres 7.3.2 on Linux 7.
 
I want to compare to columns and get the logical result as follows.
 
C1 is 'YNYNY' . C2 is 'NNYYY'.
 
I want to compare like AND and OR operators.
 
C1 AND C2 should give result like NNYNY.
C1 OR C2 should give result like YNYYY.
 
Please shed some light.
 
Thanks
Kumar

pgsql-sql by date:

Previous
From: Rod Taylor
Date:
Subject: Re: problem with slow select
Next
From: "kumar"
Date:
Subject: Customised Encoding