随笔 - 62  文章 - 11 评论 - 171 trackbacks - 1

摘要: show命令的众多用法如下: 

  a. show tables或show tables from database_name; -- 显示当前数据库中所有表的名称。

  b. show databases; -- 显示mysql中所有数据库的名称。

  c. show columns from table_name from database_name; 或show columns from database_name.table_name; -- 显示表中列名称。
阅读全文
posted @ 2007-11-01 22:06 PCJIM 阅读(367) 评论(0) 编辑