SELECT * FROM information_schema.statistics WHERE table_name = 'emp' AND index_name = 'empindex' LIMIT 0 , 30php
SELECT * FROM information_schema.statistics WHERE table_name = 'emp' AND index_name = 'empindex' LIMIT 0 , 30