SELECT count(1) from sku;
show index from sku;
EXPLAIN SELECT * FROM sku WHERE sku_no=77825267;
EXPLAIN SELECT * FROM sku WHERE sku_no=‘77825267';