I would like to just bring the columns of the bank and sort of form that I want for example:
show columns FROM table
The above code brings up all the columns in the table.
bring the ordered columns.
SHOW TABLE.COLUNA1,
TABLE.COLUNA2
FROM TABLE