karlomutschler
Programmer
hi all,
after comparing two identical tables (source, destination)
with
select s.col1, s.col2, s.col3
from source s
where whereclause
and and 1 = some condition
and and 2 = another condition
and (s.col1, s.col2) not in
(select col1, col2
from destination)
the difference in data is displayed.
How would I INSERT (this difference) INTO the destination table ?
Any help much appreciated.
Kind regards
Karlo
meistertools@gmx.net
after comparing two identical tables (source, destination)
with
select s.col1, s.col2, s.col3
from source s
where whereclause
and and 1 = some condition
and and 2 = another condition
and (s.col1, s.col2) not in
(select col1, col2
from destination)
the difference in data is displayed.
How would I INSERT (this difference) INTO the destination table ?
Any help much appreciated.
Kind regards
Karlo
meistertools@gmx.net