-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Query
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
HQL defines two ways to concatenate strings:
- the SQL-style concatenation operator, ||, and
- the standard concat() function.
These can be represented in MQL using the $concat expression