Forum Moderators: open
$res = "ALTER TABLE $tbname ADD col_4 DATE NOT NULL AFTER col_3";
etc... This worked fine, but now I would like to copy the "Dates" which are in
col_1 into the newly created col_4 How can I do this? I have tried with
INSERT and REPLACE but I didn't manage to achieve it. Thanks for your help!
Roberto