Support HQL functions
I cannot write HQL functions in a query outside the select clause. I would like to write:
select ... group by month(someDate)
or
Submitted by Sander Vermolen on 20 April 2011 at 14:11select ... where year(someDate) > 2011
Log in to post comments