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

desc information_schema.columns; 

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

 

相关文章: