当前位置:编程学习 > JAVA >>

求知识,hibernate oralce能不能使用instr函数

有个ORACLE SQL如下:select id,code_id,ds_name,seq,name from cdis_option where
instr(ds_name,'V')>0

查询出ds_name包含'V'字符的数据

求各位大神帮忙下,能否写成hibernate?
例如from cdis_option c where instr(c.ds_name,'V')>0对不对?

最近在补ORACLE SQL优化,使用instr代替like

--------------------编程问答--------------------
引用 楼主 jiangdaxian2003 的回复:
有个ORACLE SQL如下:select id,code_id,ds_name,seq,name from cdis_option where
instr(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 开发
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,