爱程序网

MySQL Table Information

来源: 阅读:

show tables;                    --显示该数据库里的所有表
show columns from 表名;         --显示表字段
use information_schema
select * from columns where table_name='表名'; --显示表字段

关于爱程序网 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助