Is it possible to add/use a INDEX in QUERY {DESCRIBE/SHOW FIELDS}?
I am not searching to solve "No index used in query/prepared statement"
How do I add INDEX to the QUERY
DESCRIBE `table`;
or
SHOW FIELDS FROM `table`;
Is it possible to add/use a INDEX in QUERY {DESCRIBE/SHOW FIELDS}?
I am not searching to solve "No index used in query/prepared statement"
How do I add INDEX to the QUERY
DESCRIBE `table`;
or
SHOW FIELDS FROM `table`;