mysql查询指定表所有的字段信息 columns

show columns from 表名;
desc 表名;(全写:describe 表名
show create table 表名;

原文地址:https://www.cnblogs.com/niuben/p/13071598.html