MYSQL查看表字段信息

desc student;

describe student;

show columns from student;

show databases;

show tables;

 

 

http://zhuzhuodong.com/tech/db/mysql-show-table-info-with-command

posted @ 2021-07-25 17:03  Daisy0312  阅读(309)  评论(0)    收藏  举报