I have two tables with identical structure except for one column... Table 2 has that additional column in which i would insert the CURRENT_DATE()
I would like to cop
INSERT INTO dues_storage SELECT field1, field2, ..., fieldN, CURRENT_DATE() FROM dues WHERE id = 5;