摘要: 1、oracle: select count(*) from user_tab_cols where table_name='表名';--表名含英文的话应为英文大写字母 2、mysql: select count(*) from information_schema.COLUMNS where ta 阅读全文
posted @ 2016-09-12 14:47 李元伟丶 阅读(1126) 评论(0) 推荐(0) 编辑