向我反饋說在對MySQL中的語句進(jìn)行explain解析的時候,explain的結(jié)果中table、type、possible_keys、key等關(guān)鍵性字段都是空的,什么信息都得不到,而當(dāng)把其中一個字段phone,類型是varchar的單引號去掉了之后,也就是說把where phone='13800138000'改為where phone=13800138000之后,再執(zhí)行explain就能得到explain的關(guān)鍵性字段的...
www.dbjr.com.cn/database/3087159...htm 2025-6-9