 |
How to UPDATE FROM two tables ??? - Dev Shed Forums
Hello, I would like to make an update on one table but thecondition must be done on two tables in PL/SQL, but that doesn't work. I have try to methodes: Standard update with inner join: update a set ETAT='E', DATE_DERNIERE_MAJ = sysdate from fp_detail d .
forums.devshed.com |
 |