oracle怎么创建索引 如何让Oracle In语句走索引?
如何让Oracle In语句走索引?选择后添加/*索引(索引列索引名)*/进行查询。示例:create indexuttintt(ID)create index select*fromtt query
如何让Oracle In语句走索引?
选择后添加/*索引(索引列索引名)*/进行查询。示例:create indexuttintt(ID)create index select*fromtt query TT table select/*index(ttidx)utt)*/*提示Oracle按索引查询TT表
oracle语句如何强制走索引?
添加提示,/*index(table index)uselect/*index(table index)uname)*/查询条件所在表的字段