I don't have any idea about how to replicate table. But this is my problem, I have table_1 with 5 columns and have data on it, then I have table_2 with 10 columns and no data on it. All of column in table_1 is same in table_2 so which means only 5 column in table_2 are same in table_1, so i want to replicate the other 5 columns from table_2 to table_1 but it will not affect the data on table_1. How can I do that? Thank in advance.
↧