Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> performance question
Is there a difference in performance for:
select * tableA where exists (select * from tableB where tableA.fk = tableB.pk)
select * tableA where exists (select null dummy from tableB where tableA.fk = tableB.pk)
tia Received on Wed Sep 19 2001 - 10:38:23 CDT
![]() |
![]() |