标题: ORA-01761: DML operation does not map to a unique table in the join [打印本页] 作者: admin 时间: 2016-7-18 15:17 标题: ORA-01761: DML operation does not map to a unique table in the join ORA-01761: DML operation does not map to a unique table in the join Cause: The primary table is the base table against which the update, insert or
delete operation is finally being done. For delete either there is no primary table in
the join query or there is more than one. For update or insert the columns specified
map to more than one base table. Action: Change the join specification.