Viewing post 1 (of 1 total)
Madhivanan (9/24/2008)insert into test2select * from test1 as t1where not exists(select * from test2 where pk=t1.pk)thanx for this....actually what if existing entry is updated....???
Madhivanan (9/24/2008)
select * from test1 as t1
where not exists(select * from test2 where pk=t1.pk)
thanx for this....
actually what if existing entry is updated....???
October 8, 2008 at 12:34 am
#882113