mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
very tiny fix to code example
This commit is contained in:
parent
e17c1d7686
commit
27d90c643b
@ -497,7 +497,7 @@ This function has different names on different databases, but HQL abstracts thes
|
||||
select listagg(title, ', ')
|
||||
within group (order by isbn)
|
||||
from Book
|
||||
group by elements(authors)
|
||||
group by element(authors)
|
||||
----
|
||||
|
||||
This very useful function produces a string by concatenation of the aggregated values of its argument.
|
||||
|
Loading…
x
Reference in New Issue
Block a user