 |
oracle - How to update a table from a another table - Database ...
How to update a table from a another table ... MERGE INTO table_b USING (
SELECT id, field_2 FROM table_a ) ta ... That is essentially the Oracle "way" for
the join solution suggested ...
dba.stackexchange.com |
 |