oracle sql update join two tables - Experts Exchange - The network for technology professionals.
oracle sql update join two tables Asked by: gla Solved by: jwahl I hava the following update query: UPDATE CUSTOMER_TRANSACTIONS CTC SET CTC.PERIODID = '2005-2006', CTC.PROCESSID = '200612' FROM CUSTOMER_TRANSACTIONS_2007 ......