select count(1) from information_schema.columns where table_schema='dbname' and table_name='tbname;
转载于:https://www.cnblogs.com/toSeeMyDream/p/5575249.html
select count(1) from information_schema.columns where table_schema='dbname' and table_name='tbname;
转载于:https://www.cnblogs.com/toSeeMyDream/p/5575249.html