Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Which line in where clause gets executed first

user645399Jan 10 2012 — edited Jan 10 2012
Hi everyone!

I have some sqls which look like this
select ...
from table A, table B
where a.name = b.name
and a.name in (....)
Now, which one of this is executed first? the where clause or the and clause?

Joining the tables is preferably done in where clause?

I am using Oracle 10g.

Please give me some guidance.

Thank You.

Nith
This post has been answered by hm on Jan 10 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2012
Added on Jan 10 2012
14 comments
1,593 views