'JPQL Exception "The right expression is missing from the logical expression."
I got the error "The right expression is missing from the logical expression." when running my JPQL.
Solution 1:[1]
Turned out I'd got AND AND in my JPQL (on separate lines annoyingly so it wasn't obvious to me)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mjaggard |
