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
- [SQL] binary operators Frederic Metoz
- Re: [SQL] binary operators Christopher Sawtell
- Re: [SQL] binary operators Ken Corey
- Re: [SQL] binary operators Peter Eisentraut
- Re: [SQL] binary operators KuroiNeko
- Re: [SQL] binary operators Jarosław Błąd