Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Subqueries in FROM Clausule using ExpressionBuilder
Subqueries in FROM Clausule using ExpressionBuilder [message #1726116] Wed, 09 March 2016 18:11
Estevao Jordao is currently offline Estevao JordaoFriend
Messages: 3
Registered: December 2015
Junior Member
I'm using eclipselink 4.2.2 and I wonder if it is possible to make a subquery in the from clause:

select * from (
  select obj.*, calculatedValue from ....
)
where calculatedValue is not null


I've tried several ways and could not, by documenting the JPQL allows this possibility.

Thank you.
Previous Topic:EclipseLink: "Missing class for indicator field value" without inheritance
Next Topic:UpdateSite does not contain 2.6.2
Goto Forum:
  


Current Time: Fri Apr 26 08:41:23 GMT 2024

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

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

Back to the top