微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

oracle---给表创建函数索引

select empshebaog0_.c_xianzhong as c1_,empshebaog0_.c_code as c2_249_,empshebaog0_.c_employeeid as
c3_249_,empshebaog0_.person_base as person4_249_,empshebaog0_.person_bl as person5_249_,
empshebaog0_.company_base as company6_249_,empshebaog0_.company_bl as company7_249_,
empshebaog0_.c_gjjjnd as c8_249_,empshebaog0_.c_sbjnd as c9_249_ from TB_V_EMP_BX_GJJ_INFO

empshebaog0_ where empshebaog0_.c_code=821337 order by empshebaog0_.c_xianzhong


这条sql语句增加一个函数索引

create index cd_zs.idx_TB_INF_EMPLOYEE10 on cd_zs.TB_INF_EMPLOYEE(TO_NUMBER(C_CODE)) online tablespace tb42;

原文地址:https://www.jb51.cc/oracle/209878.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐