how to use psql 'distinct on' with hibernate createQuery

后端 未结 0 1839
暗喜
暗喜 2020-12-17 19:07

I want to translate my pgsql query to hibernate query.

Query:

select distinct on (domain) * from usersreport where id = \'testOrg\' and

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