问题:
A、在SELECT关键词后紧接/*+index(表别名索引名)*/
B、在SELECT关键词后紧接/*+useindex(表别名索引名)*/
C、在表名后加/*+index(索引名)*/
D、在表名后加/*+useindex(索引名)*/
相关内容