I'm familiar with describe/explain/show. Let me be more clear.
I want to write some sql which will check to see if there is an index for a table on a particular column, 'countries_iso_code_2', and if no such index exists, it alters the table to add such an index.
Unfortunately, this produces an error:
SHOW INDEX FROM countries WHERE Column_name='countries_iso_code_2';