Hi,
I am familiar with shell script but not really have much experience. I am looking into a shell script that would do this
I have 2 tables
TableA
id name interest
----------------------------------------
TableB
id name
I have to create a shell script which copies all the id,name values from TableA and inserts them in TableB.
Is this possible? Any help is appreciated.
thanks