如何在hibernate createquery中使用psql'distinct on'

qqrboqgw  于 2021-06-29  发布在  Java
关注(0)|答案(1)|浏览(308)

我想将pgsql查询转换为hibernate查询。
查询: select distinct on (domain) * from usersreport where id = 'testOrg' and date = '2020-11-24 00:00:00.0'; 如何将此查询转换为hql查询。

相关问题