I have a field called DUE_DATE. Today I created another field call "ACTUAL_DUE_DATE" how can I copy DUE_DATE into ACTUAL_DUE_DATE for all rows? Is this possible with a query??
update t set actual_due_date = due_date