MySQL 找出使用了某列名的所有表 2014/12/28 13111 SELECT table_name,column_name FROM information_schema.columns WHERE column_name LIKE '% tax %'