随笔分类 -  MySql 数据库

摘要:/*1.查询所有数据库*/show databases;/*2.查询所有数据表*/select * from information_schema.tables where table_schema='world'/*3.查询指定表的所有字段*/select * from information_schema.columnswhere table_schema='world'and table_name='city' 阅读全文
posted @ 2013-09-04 20:44 清山博客 阅读(194) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示