G
Guest
I have a permanent table and a temporary table:
Perm Table Temp Table
Fld A Fld B Fld A Fld B
aaaaa bbbbb ddddd eeeee
ddddd mmmmm nnnnn
ggggg hhhhh
mmmmm
What SQL command do I use to update Perm Table Fld B with only the new
values in Temp Table Fld B?
The result should look like:
Perm Table
Fld A Fld B
aaaaa bbbbb
ddddd eeeee
ggggg hhhhh
mmmmm nnnnn
Perm Table Temp Table
Fld A Fld B Fld A Fld B
aaaaa bbbbb ddddd eeeee
ddddd mmmmm nnnnn
ggggg hhhhh
mmmmm
What SQL command do I use to update Perm Table Fld B with only the new
values in Temp Table Fld B?
The result should look like:
Perm Table
Fld A Fld B
aaaaa bbbbb
ddddd eeeee
ggggg hhhhh
mmmmm nnnnn