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;

相关文章

Java Oracle 结果集是Java语言中处理数据库查询结果的一种方...
Java AES和Oracle AES是现代加密技术中最常使用的两种AES加密...
Java是一种广泛应用的编程语言,具备可靠性、安全性、跨平台...
随着移动互联网的发展,抽奖活动成为了营销活动中不可或缺的...
Java和Oracle都是在计算机领域应用非常广泛的技术,他们经常...
Java 是一门非常流行的编程语言,它可以运行于各种操作系统上...