MySQL-查缺补漏

MySQL


show create table tablename #查看表设计代码数据

show create table tablename/G  #同上

desc tablename  # 查看表数据
原文地址:https://www.cnblogs.com/Eric15/p/9721588.html