I want to read in all table names and the servers they are located on for which a specified column exists.
For example for tables
table: server.a col: a, b, c
table: server.b col: a, e, g
table: server2.d col: x,y
table: server2.e col: a, e
I want to get all the table names and servers that have a column 'a': server.a, server.b, server2.e
Thanks. You have been most helpful.
For example for tables
table: server.a col: a, b, c
table: server.b col: a, e, g
table: server2.d col: x,y
table: server2.e col: a, e
I want to get all the table names and servers that have a column 'a': server.a, server.b, server2.e
Thanks. You have been most helpful.