mysql,sqlserver强制使用指定索引查询
mysql强制使用指定索引查询 语法:select * from table_name force index (index_name) where conditions;使用 关键字 force ...
mysql强制使用指定索引查询 语法:select * from table_name force index (index_name) where conditions;使用 关键字 force ...