HHH-16652 fix the broken link: hql-string-functions
This commit is contained in:
parent
fa15bba8c8
commit
2b0bc61873
|
@ -512,7 +512,7 @@ HQL defines two ways to concatenate strings:
|
||||||
* the SQL-style concatenation operator, `||`, and
|
* the SQL-style concatenation operator, `||`, and
|
||||||
* the JPQL-standard `concat()` function.
|
* the JPQL-standard `concat()` function.
|
||||||
|
|
||||||
See <<hql-functions-string,below>> for details of the `concat()` function.
|
See <<hql-string-functions, below>> for details of the `concat()` function.
|
||||||
|
|
||||||
[[hql-concatenation-example]]
|
[[hql-concatenation-example]]
|
||||||
//.Concatenation operation example
|
//.Concatenation operation example
|
||||||
|
|
Loading…
Reference in New Issue