JPA CriteriaQuery,Complex subquery

后端 未结 0 1579
梦如初夏
梦如初夏 2020-12-11 10:46

How to use CriteriaQuery to implement the sql.

select t.information , b.name, t.countNum from (select Information, count(*) as countNum from TASK where 1=1 group by I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题