摘要: mysql查看表结构命令,如下:desc 表名;show columns from 表名;describe 表名;show create table 表名;use information_schemaselect * from columns where table_name='表名';顺便记下:s... 阅读全文
posted @ 2015-11-02 14:21 锐洋智能 阅读(301) 评论(0) 推荐(0) 编辑