in reply to Re: SQL JOINs vs WHERE statements
in thread SQL JOINs vs WHERE statements
FYI - in Sybase multi-table queries are optimized 4 tables at a time (by default - this is configurable for recent versions of ASE (12.0 and later, IIRC)). It should be noted that query optimization (and understanding why the server decides to use a certain query plan) is a bit of a black art, especially when working on really large data sets.
Michael
|
|---|