select column_name, table_name from information_schema.columns where table_schema='yizhan' and column_name = 'phone';
select column_name, table_name from information_schema.columns where table_schema='yizhan' and column_name = 'phone';
转载于:https://www.cnblogs.com/voctrals/p/4764841.html