求知识,hibernate oralce能不能使用instr函数
有个ORACLE SQL如下:select id,code_id,ds_name,seq,name from cdis_option whereinstr(ds_name,'V')>0
查询出ds_name包含'V'字符的数据
求各位大神帮忙下,能否写成hibernate?
例如from cdis_option c where instr(c.ds_name,'V')>0对不对?
最近在补ORACLE SQL优化,使用instr代替like
--------------------编程问答--------------------
http://www.iteye.com/topic/1117856
参考一下这个里说的吧
补充:Java , Web 开发