Re: binary operators - Mailing list pgsql-sql

From Ken Corey
Subject Re: binary operators
Date
Msg-id 3A77B078.8D33CE1F@kencorey.com
Whole thread Raw
In response to binary operators  (Frederic Metoz <metoz@lmes.ibs.fr>)
List pgsql-sql
Frederic Metoz wrote:
> I am looking for the binary AND and OR ... SHIFT as well.
> Do they exist for postgresql ?

Depending on what you're doing...you might get away with using
mathematical operators to accomplish the above...

A right SHIFT would be dividing by 2.  A left shift would be multiplying
by 2.  

I don't know off the top of my head about AND and OR.  Doesn't the
manual cover this?

-Ken


pgsql-sql by date:

Previous
From: Padmajha Raghunathan
Date:
Subject: Rownum/ row Id
Next
From: Antti Linno
Date:
Subject: interval query.