mysql 数据库扫描行数

EXPLAIN SELECT
    *
FROM
    tablename1
WHERE
    a1=46930 and a2 = '3333333'
原文地址:https://www.cnblogs.com/webenh/p/10370573.html