Viewing 3 posts - 1 through 3 (of 3 total)
below one i got the answer
select M.ID
from #Main M
left join Table1 T1 on T1.ID = M.ID
left join Table2 T2 on T2.ID = M.ID
where T1.ID is null
OR T2.ID is null
October 21, 2020 at 10:55 am
#3799646
Thanks lot now i got expected result
October 21, 2020 at 9:02 am
#3799622
Hi Ron
i really thanks for regarding helping for this migration
thank lot
April 3, 2013 at 6:42 am
#1603127