2
It would have to bring only the columns of the bank and order of the form that I want for example:
show columns FROM table
The above code brings up all table columns.
bring the ordered columns.
SHOW TABLE.COLUNA1,
TABLE.COLUNA2
FROM TABLE