gpt4 book ai didi

java - 使用Hibernate 'order by' 具有表达式(sum,max,...)的列?

转载 作者:行者123 更新时间:2023-12-01 16:08:40 26 4
gpt4 key购买 nike

select CONTRACT_ID, sum(PO_SPEND)
from V_CONTRACT_ANALYSIS_202
group by CONTRACT_ID
order by sum(PO_SPEND) desc

最佳答案

来自hibernate docs

SQL functions and aggregate functions are allowed in the having and order by clauses if they are supported by the underlying database (i.e., not in MySQL).

看起来您正在使用 native SQL 而不是 HQL,但无论如何,您都需要检查数据库供应商文档以查看数据库是否支持按聚合列排序。不过它看起来是正确的。

关于java - 使用Hibernate 'order by' 具有表达式(sum,max,...)的列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2018968/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com