SQL Tuning Question

From: Lai <lyekheng_at_hotmail.com>
Date: Wed, 17 Mar 1999 16:46:01 +0800
Message-ID: <36ef6b83.0_at_news.cyberway.com.sg>



Hi,

I like to know whether the order of the joins in SQL statement make any difference in the performance.
For example,

    select * from emp, dept

     where emp.deptno = 20 and
                 emp.deptno = dept.deptno;

any different from using "select... dept.deptno = emp.deptno"

If you have any sql tuning tips, please email to me too! Received on Wed Mar 17 1999 - 09:46:01 CET

Original text of this message