Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Multi-query simplification
This doesn't look very good.
Should be like
select distinct data from
a, b
where a.key1 = b.key1
and b.key2 = b.key2;
or use group by..
/Joachim Received on Tue Jan 13 1998 - 00:00:00 CST
![]() |
![]() |