mysql查看表的字段与含义

查看表的字段与含义

select column_name,column_comment
from information_schema.`COLUMNS` where table_Schema='log' and table_Name='logdetailsmkmg'
原文地址:https://www.cnblogs.com/xiao-xue-di/p/11871872.html