SQL — UPDATE INTO another table
SQL — update into another table Update records from one table and insert the updated records into another table in ONE statement “Why would I need a query like that?” An update into statement is advantageous for two main reasons: * The statement is Atomic; either both occur or nothing occurs, i.