I have a table with columns (date_to, bil_id, member_pay, yot)
I need to transfer the data from columns (bil_id, member_pay, yot) to another table with columns (bil_id, member_pay, yot, bil_id, date_of_) and then delete the data from the first table.
How can I do it?
1 Answer