mysql操作

(1)查看表结构

show columns from table_name from db_name;
desc table_name;
原文地址:https://www.cnblogs.com/hijackhou/p/8459763.html