Hello, I have a left outer join sql query that I am trying to convert to JPQL. The left outer join is on a subquery, so that if there is no row or no matching condition row in the second table, the result will show null value. From what I tried, JPQL does not seems to accept subquery on outer join. Is it possible to do such query in JPQL, or any workaround?
Thanks a lot in advance for your help. Regards, -- View this message in context: http://www.nabble.com/Subquery-in-JPQL-join-tp14702741p14702741.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
