How can I get a column name by its index using sql query in command line?
I expect something like show columns from my_table where col_index = 2;
I found many answers about how to show all columns but there's no answer on how to get exact column name by its position in the table.