SQL — DELETE INTO another table
Delete records from one table and insert them into another table in ONE statement “Why would I need a query like that?” A delete into statement is advantageous for two main reasons: * The statement is Atomic; either both occur or nothing occurs, i.e. if either the delete or the