Hi all,
Greetings!
I'd like to know if it is possible to get columns of all the tables using the command desc?
I know the following command would give me the column information of the specified table.
desc TABLE_ONE;
But, what I want to do this for all the DB tables starting with TABLE. for instance, TABLE_ONE, TABLE_TWO, TABLE_THREE, etc...
I was thinking of doing something like
desc 'TABLE_%';
Is it possible to do such..Thank you in advance for your help.
Regards,
babe
Greetings!
I'd like to know if it is possible to get columns of all the tables using the command desc?
I know the following command would give me the column information of the specified table.
desc TABLE_ONE;
But, what I want to do this for all the DB tables starting with TABLE. for instance, TABLE_ONE, TABLE_TWO, TABLE_THREE, etc...
I was thinking of doing something like
desc 'TABLE_%';
Is it possible to do such..Thank you in advance for your help.
Regards,
babe