V
Vinod
Hi All,
Please suggest best solution for the following query.
I've two tables (table1,table2) with same structure having fields Name and
Phone No
Table1
---------
Name Phone No
Smith 14567247
Paul 12648453
Bert 17685234
Smith 12345689
Table2
---------
Name Phone No
Smith
Paul
Bert
Smith
I required a query which will update Phone No from Table1 to Table2 for
matching names. In this scenario I should get two different phone numbers for
smith as it in table1.
It would be apreciated if I can solution without adding new columns in both
table.
Please share your thoughts.
Advanced thanks,
Vinod
Please suggest best solution for the following query.
I've two tables (table1,table2) with same structure having fields Name and
Phone No
Table1
---------
Name Phone No
Smith 14567247
Paul 12648453
Bert 17685234
Smith 12345689
Table2
---------
Name Phone No
Smith
Paul
Bert
Smith
I required a query which will update Phone No from Table1 to Table2 for
matching names. In this scenario I should get two different phone numbers for
smith as it in table1.
It would be apreciated if I can solution without adding new columns in both
table.
Please share your thoughts.
Advanced thanks,
Vinod