diff --git a/reference/en/modules/query_hql.xml b/reference/en/modules/query_hql.xml index 053df49733..51887ad0a7 100644 --- a/reference/en/modules/query_hql.xml +++ b/reference/en/modules/query_hql.xml @@ -299,14 +299,26 @@ from Cat cat group by cat]]> - The distinct and all keywords may be used and have - the same semantics as in SQL. + You may use arithmetic operators, concatenation, and recognized SQL functions + in the select clause: + + + + + + + + The distinct and all keywords may be used and + have the same semantics as in SQL. - + @@ -492,13 +504,13 @@ where log.item.class = 'Payment' and log.item.id = payment.id]]> - string concatenation || + string concatenation ...||... or concat(...||...) - SQL scalar functions like upper() and - lower() + SQL scalar functions like upper(), lower(), + abs()