Posts by Lucas Gato • 11 points
1 post
-
-1
votes1
answer61
viewsQ: SQL code problem in the @Query java annotation
I am trying to perform a command through Inner Join in an annotation @Query in Java, but an error occurs. The code usually works when performing an SQL query without using Inner Join. It follows the…