How to change to case of a column to Upper in HQL Hibernate

I want to change a column from a table to uppercase before using like and filtering what is the keyword in HQL?

here's my query

SELECT abc
FROM ABC abc
WHERE abc.id = ?
And upper(abc.description) like '%?%'

Thanks

15
задан Gauls 15 October 2010 в 08:19
поделиться