0

I want to select Count of the result Of Sub Query e.g. SELECT COUNT(*) from (SELECT * FROM ENTITY Group By );

Is there any way to do this in HQL?

Animesh Agrawal
  • 161
  • 2
  • 16

1 Answers1

0

HQL subqueries can occur only in the select or where clauses.

Hibernate SubQsueries

Animesh Agrawal
  • 161
  • 2
  • 16