Does anyone know of a method to print every tables sructure using "DESCRIBE tb_name" without doing it table by table...?
I would like to do this but there are about 50 tables and it would be a waste of time if I "DESCRIBE tb_name" for 50 tables and then still have to click on "Print View"... and then still click "File|Print" in the browser.
I am sure there is a quick method of preparing a data dictionary. I have done it before but I cant remember how!?
I would like to do this but there are about 50 tables and it would be a waste of time if I "DESCRIBE tb_name" for 50 tables and then still have to click on "Print View"... and then still click "File|Print" in the browser.
I am sure there is a quick method of preparing a data dictionary. I have done it before but I cant remember how!?
Comment