Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] UNION, INTERSECT in JPQL

Hi Zarar,

  Neither UNION nor INTERSECT is supported in JPQL in general.

Depending on the goal of your query, it may be possible to achieve what you are looking for in some other way.

-Tom

Zarar Siddiqi wrote:
Are these keywords supported in EclipseLink?

I tried doing a simple SELECT p FROM Person INTERSECT SELECT p FROM
Person and it couldn't parse it.  Couldn't find any examples in the
docs. Possible or no?

Thanks,
Zarar
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top