1、经常使用的统计语句:MYSQL
select COLUMN_NAME,column_comment from
INFORMATION_SCHEMA.Columns
where table_name='popular' and table_schema="数据库名称";
微信扫一扫
1、经常使用的统计语句:MYSQL
select COLUMN_NAME,column_comment from
INFORMATION_SCHEMA.Columns
where table_name='popular' and table_schema="数据库名称";
相关推荐