show fields from table_name
and
show columns from table_name
shows Fields
, Type
,Null
,Key
,Default
,Extra
But, I want to show only Fields
so that I can copy field's name to use another(e.g. inserting data or making csv file because csv file need to have column name in 1st row).
What is the command to view this?