Here is a sample of what I want to do:
Table 1
ID FIELD1 FIELD2
1 A T
2 G C
3 T C
Table2
ID FIELD1 FIELD2
1 1 4
2 3 2
3 4 3
I want to update the values of FIELD1 and FIELD2 in table1 with the values
in table two. The end result should be that Table 1 looks like Table 2. The
changes must be made for each matching ID between the two tables.
TIA
Stuart E. Wugalter
wugalter@usc.ed u
Table 1
ID FIELD1 FIELD2
1 A T
2 G C
3 T C
Table2
ID FIELD1 FIELD2
1 1 4
2 3 2
3 4 3
I want to update the values of FIELD1 and FIELD2 in table1 with the values
in table two. The end result should be that Table 1 looks like Table 2. The
changes must be made for each matching ID between the two tables.
TIA
Stuart E. Wugalter
wugalter@usc.ed u
Comment