MySql

1 desc 表名;  
2 show columns from 表名;  
3 describe 表名;  
4 show create table 表名;  
5 use information_schema  
6 select * from columns where table_name='表名';  

 

posted on 2014-04-12 13:45  teolvp  阅读(98)  评论(0编辑  收藏  举报

导航