Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Using Minus in JPQL(Minus in allowed in EclipseLink)
Using Minus in JPQL [message #1413882] Fri, 29 August 2014 16:58
Gowthami Shanmugam is currently offline Gowthami ShanmugamFriend
Messages: 4
Registered: August 2014
Junior Member
Will minus is allowed in EclipseLink Implementation of JPA

here is my JPQL query:

"select cc.id from ContractContact as cc where cc.contactId = :contactId minus select cc.id from ContractContact as cc where cc.contactId = :contactId1";

which leads to exception.

If i replace Minus with Union in the above Query, it works fine.

Can someone tell me that minus is possible in EclipseLink or not?
Previous Topic:Left join with where condition
Next Topic:IBM MQ and EclipseLink CacheCoordination
Goto Forum:
  


Current Time: Tue Mar 19 09:08:56 GMT 2024

Powered by FUDForum. Page generated in 0.01947 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top