Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] JPQL GROUP BY problem

*** UPDATE **

the JPQL: SELECT tag, COUNT(b.borrowCount) FROM Book b JOIN b.tags tag GROUP
BY tag

works and returns an List<Object[]> arrays...


-- 
View this message in context: http://old.nabble.com/JPQL-GROUP-BY-problem-tp29958595p29958960.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top