您的位置:首页技术文章
文章详情页

mysql - spring data jpa 方法sql复杂查询?

【字号: 日期:2022-06-18 16:51:46浏览:10作者:猪猪

问题描述

请问关于如下的复杂sql用方法名来查询的写法是什么呢,小弟刚接触spring data,学习中select * from comments GROUP BY article_id order by count(article_id) DESC LIMIT 0,1

问题解答

回答1:

你可以用@Query的

http://docs.spring.io/spring-data/jpa/docs/1.10.2.RELEASE/reference/html/#jpa.query-methods.at-query

回答2:

http://docs.spring.io/spring-...

相关文章: