Re: intarray overlap (have elements in common) operator

2019-05-03 Thread David G. Johnston
On Thursday, May 2, 2019, PG Doc comments form wrote: > 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 TABL

intarray overlap (have elements in common) operator

2019-05-03 Thread PG Doc comments form
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