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
Just wanted to add this little snippet which works beautifully for me.
INSERT INTO your_target_table SELECT * FROM your_rescource_table WHERE id = 18;
And while I'm at it give a big shout out to Sequel Pro, if you're not using it I highly recommend downloading it...makes life so much easier