... drop database data_name //删除一个名为data_name的数据库 show tables //列出所有表 describe tab_name //显示名为tab_name的表的数据布局 ...
基于82个网页-相关网页
... 显示所有数据库 : show databases; 显示数据库中的所有表 : show tables; 显示某个表创建时的全部信息 : show create table table_name; ...
基于80个网页-相关网页
... SHOW DATABASES 列出服务器上的数据库 SHOW TABLES 列出当前数据库中的表 SHOW TABLESFROM db_name 列出指定数据库中的表 ...
基于32个网页-相关网页
show tables like 'my 匹配多个字符
SHOW TABLES 'TMP' 支持模糊查询
use mysql show tables 查看数据库中的数据表信息
show tables from name 查看指定库中的表
show tablesshow tables from 数据库
show open tables 查看系统中内存打开的表
show full tables 查看库中文件并标示是表或是视图
Type show tables; to confirm that the Hotel table was created.
输入show tables;确认已创建hotel表。
Access Motion Charts by clicking Visualize. The Visualize button is available in most reports that show tables.
获得运动图表按可视化。在可视化按钮可以在大多数报告显示表。
Looking at the underlying database, I see nothing but the tables I'd expect to see, as shown by the output of the MySQL show tables command in Listing 7.
查看一下底层数据库,我只看到了期望看到的表,如清单7中的MySQL show tables命令的输出所示。
应用推荐