K
Karen Middleton
Can you please give me a sample of a append query and a update query.
Apart from append and update query what other query types do we have.
I have a scenario where I have table1 and table2.
The structure of table1 is the same as table2.
What I want to do is if for every record in table1 if it is present in
table2 I want to replace the table2 record by the table1 record. If
the record in table1 is not present I want to insert the record in
table1 into table2.
Please advice how I can do this.
Thanks
Karen
Apart from append and update query what other query types do we have.
I have a scenario where I have table1 and table2.
The structure of table1 is the same as table2.
What I want to do is if for every record in table1 if it is present in
table2 I want to replace the table2 record by the table1 record. If
the record in table1 is not present I want to insert the record in
table1 into table2.
Please advice how I can do this.
Thanks
Karen