暂无图片
MySQL 执行计划 no matching row in const table
最近更新:2024-05-07 20:36:53

适用范围

在MySQL中优化SQL时,使用EXPLAIN 执行计划会在Extra信息,显示如下内容:

早起版本:Impossible WHERE noticed after reading const tables
最近版本:no matching row in const table
......