From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Sameer Maggon <sameermaggon123(at)hotmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: WHERE CLAUSE |
Date: | 2001-09-26 04:52:25 |
Message-ID: | 20010926145225.A25536@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Sep 26, 2001 at 10:00:57AM +0530, Sameer Maggon wrote:
> Hi,
>
> Well i have seen somewhere
> WHERE somefiled @ '{123,324}'
>
> what does this mean
Postgres supports many many operators on all sorts of different types. It
depends on the exact definitions of the fields but I think it's some kind of
intersection operator.
In psql, type \do to get a list, look for @.
HTH,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org>
http://svana.org/kleptog/
> Magnetism, electricity and motion are like a three-for-two special offer:
> if you have two of them, the third one comes free.
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2001-09-26 04:57:16 | Re: trigger insert duplicate rows question |
Previous Message | T.R.Missner | 2001-09-26 04:39:05 | trigger insert duplicate rows question |