检查insert字段数量和值数量是否相等,如果出现
insert into tabel01—将查询的数据写进表中
select * from table02;
如果table02 增加字段,会报这个错
将table01 也增加对应字段即可
insert时 提示Oracle ORA-00913: 值过多
于 2023-07-19 09:20:50 首次发布
检查insert字段数量和值数量是否相等,如果出现
insert into tabel01—将查询的数据写进表中
select * from table02;
如果table02 增加字段,会报这个错
将table01 也增加对应字段即可