简体中文
Appearance
通过 Index Hints,可强制 SQL 在执行时,使用哪些索引、不使用哪些索引,以实现优化或者进行对比测试。
select * from t [[use|ignore] index (index_list)]