在表一个字段a上建立普通索引
该字段大部分值为非空的空格
a varchar2(30) default ' ' not null,
create index idxXXXXX on tablename(a)
1.第一种查询使用纯数字格式,执行计划显示使用 IND ...
↧