經安全檢測,此網站為安全網站,請放心前往原始網址!

Oracle - Update statement with inner join - Stack Overflow

Oracle does not support joins in the UPDATE statements. Use this: MERGE INTO table1 USING ( SELECT t1.rowid AS rid, t2.code FROM table1 t1 JOIN table2 t2 ON table1.value = table2.DESC WHERE table1.UPDATETYPE ...

stackoverflow.com

網址安全性掃描由 google 提供