Support of [standard aggreations|https://docs.oracle.com/html/E13946_01/ejb3_langref.html#ejb3_langref_aggregates] in {{select}} clause:
{{select count(distinct h.author) from Hypothesis h }} {{ select min(m.viewerRating) from Movie where m.genre = :genre }} {{ ...}} |
|