Viewing 2 posts - 1 through 2 (of 2 total)
select T1.seqno from T1 where T1.seqno not in(select T2.seqno from T2)
this query was written considering only one primary key i.e. seqno.
But how to use both the composite key i.e. idno,...
November 6, 2009 at 5:09 am
#1075831
---
November 6, 2009 at 5:01 am
#1075828