list of tables with field names

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way to run a query or something that shows me all the tables in
my database and the fields associated with the tables for example

tables
table1
table2
table3

this would be the report

table1 field1
table1 field2
table1 field3
table1 field4
table2 field1
table2 field2
table3 field1
table3 field2
table3 field3
 
Back
Top