Can with the least amount of code to achieve the synchronization request above
CodePudding user response:
Copy some data, for example, can use theInsert into t1 select * from t2 where ID=42, so if changed a field of t2, t1 again this field also changed, how to change? There is a column called COL in T2, for example, some lines of COL, this value has changed, so the work done, put all the records of T2 resynchronization back to T1
CodePudding user response:
The update t_6_20053Instr set status=(select the status from t_tmp where t_6_20053Instr. InstrID=t_tmp. InstrID)Know the