0
点赞
收藏
分享

微信扫一扫

系统上线前统计表字段以及表注释作为上线校对验证语句


1、经常使用的统计语句:MYSQL

select COLUMN_NAME,column_comment from 
INFORMATION_SCHEMA.Columns
where table_name='popular' and table_schema="数据库名称";


系统上线前统计表字段以及表注释作为上线校对验证语句_mysql统计表名称与注释


举报

相关推荐

0 条评论