I am a complete newbie to MySql so please be gentle.
Is there an equivalent of the RETURNING
clause in Oracle or the Inserted'/'Deleted
tables in SQL Server in MySQL? What I want to do is the following:
- Delete a set of rows from table A
Insert the deleted set of rows into table B.
Please help!
Thanks