摘要: 1、oracle: select count(*) from user_tab_cols where table_name='表名';--表名含英文的话应为英文大写字母 2、mysql: select count(*) from information_schema.COLUMNS where ta 阅读全文
posted @ 2019-12-03 14:48 维特布朗尼 阅读(1837) 评论(0) 推荐(0)