donqiang的博客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年5月27日

摘要: //查询列注释及列名称selectcolumn_name,column_commentfrominformation_schema.columnswheretable_schema='databaseName'andtable_name='tableName';//查询表注释及表名称selecttable_name,table_commentfrominformation_schema.tableswheretable_schema='image'andtable_name='tableName'; 阅读全文
posted @ 2011-05-27 13:44 donqiang 阅读(2746) 评论(0) 推荐(1) 编辑