I am getting this error while trying the REGEXP in HQL (Hibernate 3 + spring),
org.springframework.orm.hibernate3.HibernateQueryException: unexpected token: REGEXP
Is there any workaround to do this? (I should use REGEXP in my queries) and I am using HibernateTemplate of Spring.
Thanks