Kenhardwick
Programmer
The following SQL gives me a list of all tables in<br>
our Oracle database. FYI - I am executing this SQL using<br>
VBA in Excel using Oracle73 driver.<br>
<br>
Select TABLE_NAME<br>
from ALL_TABLES<br>
<br>
I would also like to get a list of "view" tables. <br>
How would I do that ?<br>
<br>
Also, I would like to list all fields and their attributes<br>
from a specific table. <br>
How would I do that ?<br>
<br>
<br>
TIA,<br>
<br>
Ken Hardwick<br>
<br>
<br>
our Oracle database. FYI - I am executing this SQL using<br>
VBA in Excel using Oracle73 driver.<br>
<br>
Select TABLE_NAME<br>
from ALL_TABLES<br>
<br>
I would also like to get a list of "view" tables. <br>
How would I do that ?<br>
<br>
Also, I would like to list all fields and their attributes<br>
from a specific table. <br>
How would I do that ?<br>
<br>
<br>
TIA,<br>
<br>
Ken Hardwick<br>
<br>
<br>