晓洛的茶园  
犀利~各种犀利
日历
<2010年3月>
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
统计
  • 随笔 - 11
  • 文章 - 0
  • 评论 - 0
  • 引用 - 0

导航

常用链接

留言簿(1)

随笔分类

随笔档案

个人链接

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 
//查询列注释及列名称
select  column_name, column_comment from information_schema.columns where table_schema ='databaseName'  and table_name = 'tableName';

//查询表注释及表名称
select table_name,table_comment from information_schema.tables  where table_schema = 'image' and table_name ='tableName';

posted on 2010-07-05 00:32 晓洛 阅读(670) 评论(0)  编辑 收藏 引用 所属分类: 数据库

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   博问   Chat2DB   管理


 
Copyright © 晓洛 Powered by: 博客园 模板提供:沪江博客