数据库基本操做-mysql

mysql查看表结构命令,以下:mysql desc 表名; show columns from 表名; describe 表名; show create table 表名;web use information_schema select * from columns where table_name=’表名’;sql 顺便记下: show databases; use 数据库名; show t
相关文章
相关标签/搜索