How do I Return SUM from JPA Query Using Hibernate and Spring-boot?

后端 未结 2 921
一向
一向 2021-01-13 21:59

I am trying to use JPA and JPQL to query my entity and return the sum of a column (total days) from the table. I thought I had set it up right but I am getting this error:<

2条回答
提交回复
热议问题