摘要:
1、 ORA-00947:Not enough values 原因:values没有写足够的值与select()中的字段对应 2、查看一张表中共有多少个字段 select count(*) from user_tab_columns t where t.TABLE_NAME='表名/视图名' 3、 阅读全文
posted @ 2018-11-01 20:22
杨寒
阅读(156)
评论(0)
推荐(0)