I have searched all the google and not yet found a solution. I seen some Joint functions etc in some sites but don't know how to do well.
I have table1 having 192 columns and 4000 records.
Table2 with 402 column and 0 records.
I need to add columns which is not present on table1 from table2. I found very hard to manually add column one by one.
Example:
Table1 (4000 records) Columns: Name, Age, Gender
Table2 (0 records) Columns: ID, Refferal_ID, Name, Age, Place, Gender, Country
I need to make Table3 Table3 (4000 records) Columns: ID, Refferal_ID, Name, Age, Place, Gender, Country (Let new column's value for each record to be 0)