Posts by Gabriel Fernando • 1 point
1 post
-
0
votes1
answer51
viewsQ: JPQL Order by and LIMIT (JSF and JPA)
I’m having trouble solving a query with JPQL. Query I need to work: SELECT * from tab_historico WHERE idPolicial = 1 ORDER BY idhistorico DESC LIMIT 1 My DAO that is wrong, where I need to place the…