hi all
i have a doubt. If i want to transfer data from one table to a new table in oracle i use the following syntax
create new_table as (select col1,col2 from old_table);
suppose if the table is in sql server and i need only few columns from sql server to my oracle table, how can i do that.
thank u
vamsidhar p
i have a doubt. If i want to transfer data from one table to a new table in oracle i use the following syntax
create new_table as (select col1,col2 from old_table);
suppose if the table is in sql server and i need only few columns from sql server to my oracle table, how can i do that.
thank u
vamsidhar p
Comment