Would you know how to use the postgres crosstab (tablefunc) function in a HQL query? Do you need to register the function with Hibernate?
This is the error I'm getting:
unexpected token: CROSSTAB near line 1, column 34 [SELECT * from CROSSTAB('select ...
Thanks.