mysql 查询表注释
时间:2014-02-27 05:27:06
收藏:0
阅读:689
select column_name, column_comment from information_schema.columns where table_schema =‘db name‘ and table_name = ‘table name‘ ;
查询数据库表内列名及列注释
原文:http://www.cnblogs.com/lianche/p/3568665.html
评论(0)
