Fork me on GitHub

mysql查所有列名

查询该视图  information_schema.columns  该有的都有 

desc information_schema.columns; 

select * from information_schema.columns where ...... ;

 

posted @ 2016-09-30 10:21  北斗2016  阅读(6454)  评论(0编辑  收藏  举报