6.4.5: Aggregation Function of hql Query

Source: Internet
Author: User

Hql can also be used on the selected attributes.Aggregate functions. Hql supports the same clustering function as SQL:

Hql Aggregate functions
AVG Calculate the average Attribute Value
Count Count the number of selected objects
Max Maximum Value of statistical attribute values
Min Measure the minimum value of a property value.
Sum Calculates the sum of attribute values.

For example, the following hql statement:

Select count (*) from personselect max (P. Age) from person as P

The Select clause also supportsString Connector,Arithmetic OperatorsAndSQL Functions:

Select P. Name | "" | P. Address from person as P

The Select clause can also be used.DistinctAndAllKeyword. The effect is exactly the same as that in SQL.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.