select table_name from information_schema.columns where column_name = "column_id" AND `TABLE_SCHEMA` = "database_name" ;