MYSQL查看表字段信息
desc student;
describe student;
show columns from student;
show databases;
show tables;
http://zhuzhuodong.com/tech/db/mysql-show-table-info-with-command
本文来自博客园,作者:Daisy0312,转载请注明原文链接:https://www.cnblogs.com/brooklyndawndaisy-20171125/p/15058262.html