摘要:
//查询列注释及列名称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
阅读(2757)
评论(0)
推荐(1)