Select all tables with identical columns
682167May 26 2009 — edited May 26 2009So practically i need a query that selects all the tables from a workspace with identical columns...
if this isnt possible then i have something like:
i have 3 tables, TABEL1, TABEL2, TABEL3 and with the next columns:
TABEL1
NRCRT NUME PREN CNP
TABEL2
NUMEELEV CNP
TABEL3
PRODUS PRET
i need a query that will look within these 3 tables and show me only the tables with the same column, in my example it will show:
TABEL1, and TABEL2
How do I do this?