Find specific column in table Get link Facebook X Pinterest Email Other Apps - December 26, 2014 select table_name from information_schema.columns where column_name in ('column1','column2') and table_schema='yourdatabase'; Read more