intarray overlap (have elements in common) operator

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: sakthi(dot)anand04(at)gmail(dot)com
Subject: intarray overlap (have elements in common) operator
Date: 2019-05-03 05:46:54
Message-ID: 155686241435.1358.1345111461319864089@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/functions-array.html
Description:

Hi

How do i write below native query to JPA/Hibernate. (JPQL)

SELECT * FROM TABLE_NAME WHERE TABLE_COLUMN_ARRAY && '{1,2}'

Regards,
Anand S

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2019-05-03 20:46:04 Re: intarray overlap (have elements in common) operator
Previous Message Steven Winfield 2019-05-01 15:07:17 RE: SET ROLE documentation not entirely correct