
i want to copy the existing column along with data and column name also into another existing table...
For ex;
TableA : Address email TableB : contact
bgl abc 123
hyd xyz 678
now i should get the ouput like this...
TableA :: Address email contact
bgl abc 123
hyd xyz 678
how to do this....
i know that firstly the column name should be created in TableA and then we can copy the data,
bt is there any way to copy both column name and data......
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
