In response to Ridvan Lakas ng Bayan S. Baluyos :
> Hi list,
>
> How do I get all the tables which contains a specific column name? For example,
> I want to get all tables that has an `is_active` column in them?
select table_schema, table_name from information_schema.columns where
column_name = 'is_active';
Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net