Hi,
I have got two tables: Table1 and Table2
I need to move the column(say col1) records of Table1 to Table2.
Note: col1 does not exists in Table2. So I need to add the column col1 to Table2 and then move the records of col1 from Table1 to Table2.
Please suggest me as to how to proceed with this...
Thanx in advance.
Dev.