MySQL查询数据表中表字段及其注释

来源:互联网 发布:netbeans php下载 编辑:程序博客网 时间:2024/05/08 01:54
MySQL查询数据表中表字段及其注释
select column_name,column_comment,data_type from information_schema.columns where table_name='nt_test'


阅读全文
0 0
原创粉丝点击