I have two table TABLE1 and TABLE2. Now I want to update value in relational table(TABLE2) with matching a ID of Master table(TABLE1) with another table ID and take value from that another table and update into that relational table.
How can i do this?
TABLE1
ID
NAME
TABLE2
AUTO_ID
ID
VALUE
LANGUAGE_ID
Now, I have same tables like
TABLE1_OLD
ID
NAME
TABLE2_OLD
AUTO_ID
ID
VALUE
LANGUAGE_ID
So I want to do is, want to take LANGUAGE_ID 2 value from old table and update into new one depend on ID matched.