sql语句

show databases;

use 某个数据库;

show tables;

desc table;--查看该table的列属性

原文地址:https://www.cnblogs.com/wex1022/p/15771497.html