标签: hibernate
如果我们使用hibernate进行如下所示的查询,如何获取值(cstunt)
SELECT TO_CHAR((ROUND(SUM(bill_cost*bill_qty),2)/SUM(bill_qty))) cstunt, FROM bill .....