SELECT customer_id, country INTO CustomersCountry FROM Customers;
INSERT INTO OldCustomers(customer_id, age) SELECT customer_id, age FROM Customers;