1、经常使用的统计语句:MYSQL
select COLUMN_NAME,column_comment from
INFORMATION_SCHEMA.Columns
where table_name='popular' and table_schema="数据库名称";
系统上线前统计表字段以及表注释作为上线校对验证语句
阅读 41
2022-05-17
1、经常使用的统计语句:MYSQL
select COLUMN_NAME,column_comment from
INFORMATION_SCHEMA.Columns
where table_name='popular' and table_schema="数据库名称";
相关推荐
精彩评论(0)