mysql查询表中的所有字段

select column_name, table_name from information_schema.columns where table_schema='yizhan' and column_name = 'phone';

 

posted @ 2015-08-27 22:34  VoctrALs  阅读(942)  评论(0编辑  收藏  举报