Hi,
I have 2 tables as follows:
MyTable
-------
Australia
USA
UK
OtherTable
----------
Australia
Argentina
Armenia
Ukraine
Uganda
USA
UK
I need to insert the values from OtherTable into MyTable without creating any duplications.
Any ideas how I can go about doing this?
Thanks
Dabase
I have 2 tables as follows:
MyTable
-------
Australia
USA
UK
OtherTable
----------
Australia
Argentina
Armenia
Ukraine
Uganda
USA
UK
I need to insert the values from OtherTable into MyTable without creating any duplications.
Any ideas how I can go about doing this?
Thanks
Dabase