Re: @ operator - Mailing list pgsql-general

From David G. Johnston
Subject Re: @ operator
Date
Msg-id CAKFQuwZay7=SWioBLFEchD103boE3kSM5oMRSXR7_3JC9owk=w@mail.gmail.com
Whole thread Raw
In response to @ operator  (Антон Бушмелев <bushmelev.aa@gmail.com>)
Responses Re: @ operator
List pgsql-general
On Thursday, September 17, 2015, Антон Бушмелев <bushmelev.aa@gmail.com> wrote:
Hello, google nothing  for @ operator =(,  what does this mean  field1 <@ ( subquery ) ?


It would depend on what field1 is.

Typically <@ is a contains/contained-by operator.  Is this context the subquery is checked to see if it contains the value of field1.

David J. 

pgsql-general by date:

Previous
From: Антон Бушмелев
Date:
Subject: @ operator
Next
From: John McKown
Date:
Subject: Re: @ operator