insert into mytbl (RANK) select RANK from other_table
当执行此查询时,我收到以下错误:
ORA-00907:缺少右括号
那我该怎么解决这个问题呢?
谢谢.
insert into mytbl ("RANK") select "RANK" from other_table
另外一个注意事项,Oracle也需要正确的情况.