MYSQL数据库学习
2017-10-25 本文已影响11人
gsoh
http://blog.csdn.net/chenghaibing2008/article/details/51917748
show databases#显示数据库
use database#使用数据库
show tables#显示数据表
show columns from <tablename>#显示表中字段
http://blog.csdn.net/chenghaibing2008/article/details/51917748
show databases#显示数据库
use database#使用数据库
show tables#显示数据表
show columns from <tablename>#显示表中字段