2014年4月14日
摘要: show tables; --显示该数据库里的所有表show columns from 表名; --显示表字段use information_schemaselect * from columns where table_name='表名'; --显示表字段 阅读全文
posted @ 2014-04-14 16:30 SuperSky 阅读(766) 评论(0) 推荐(0) 编辑