【发布时间】:2013-09-11 09:25:29
【问题描述】:
两个表在表名、列名、数据类型和大小方面是相同的。这些表位于不同的数据库中,但我习惯于 当前登录 hr 用户。
insert into abc.employees select * from employees where employee_id=100;
我无法使用公司办公室的原始查询。
Error starting at line 1 in command:
insert into abc.employees select * from employees where employee_id=100;
Error at Command Line:1 Column:25
Error report:
SQL Error: ORA-00913: too many values
00913. 00000 - "too many values"
*Cause:
*Action:
【问题讨论】: