select count(*) from information_schema.columns where table_schema='baseframework' and table_name='tb_acegi_role' ;
其中红色部分为需要更换的:前者是表所在的数据库名称,后者是要查询的表名
select count(*) from information_schema.columns where table_schema='baseframework' and table_name='tb_acegi_role' ;
4295
3824
3950

被折叠的 条评论
为什么被折叠?