I have two tables table1 with fields f1, f2
and
table2 with fields id,f1,f2, where id is incremental field
I need to take the values from table1 and need to insert into table2
Can anyone give the query for that,in sql server
I have two tables table1 with fields f1, f2
and
table2 with fields id,f1,f2, where id is incremental field
I need to take the values from table1 and need to insert into table2
Can anyone give the query for that,in sql server