mysql查询某个表的列数 select count(*) from information_achema.‘COLUMNS’ where TABLE_NAME = 表名information_achema.‘COLUMNS 中存储了所有表中行对应的信息。 Other 2023-12-13 173 点赞 2 评论 262 浏览