I am running the following script to INSERT rows into one table and DELETE rows from another table. However, it is only inserting 1 row, while deleting ALL the rows…
How can I change this so that it inserts ALL the rows and deletes ALL the rows… I am basically moving rows from one table…