In the Query Reporter's SQL Window you can invoke the Query Builder (toolbar button) to build a query from a list of tables/views, columns and foreign key relations. Is this what you need?
------------------
Marco Kalter
Allround Automations
no, it's not really what I'm looking for. I'm more looking for an SQL report with a listing of all databases and a listing with fieldnames/databases. I'm not sure, that this is possible, but maybe.
Additionally, how can I suppress deleted records?
Originally posted by mkalter: In the Query Reporter's SQL Window you can invoke the Query Builder (toolbar button) to build a query from a list of tables/views, columns and foreign key relations. Is this what you need?
You cannot run a report accross multiple databases. In a speficic database you can list all tables and columns though, by querying the all_tables and all_tab_columns views.
------------------
Marco Kalter
Allround Automations