Skip to content
Advertisement

How to implement JPQL query?

I have working query in PostgreSQL:

But I make mistakes translating it into the JPA query language.

enter image description here

Can I use nested SELECTs in JPQL?

The answer is to use native query:

Advertisement

Answer

The answer is to use native query:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement