Mysql – INSERT from one table to another but assign new PRIMARY KEYs
I have two MySQL tables. One is a large list of entries which is basically the main table. The second is a table of pending entries, that will ultimately get added to the large list of entries if they're approved…