标签: java regex postgresql hibernate hql
SQL query: select * from users where phone ~* '61'
select * from users where phone ~* '61'
How can this be expressed in HQL?
答案 0 :(得分:0)
HQL不支持~(波浪号)运算符。
~