View Single Post

   
  #3 (permalink)  
Old 02-28-2008, 09:40 AM
Good Man
 
Posts: n/a
Default Re: Why Is This Query A "Select_full_join"?

onedbguru@yahoo.com wrote in news:1164392562.354785.112340
@f16g2000cwb.googlegroups.com:

> because you do not have an index on AdminID, SaveDate and SentDate.
>
> create index ue_idx on `UserEmails` (`AdminID`, `SaveDate`,
> `SentDate`).....



That doesn't help at all, and I can't see why it would considering that the
table causing problems isn't UserEmails but ProjFiles.... the ProjFiles
table is the one being scanned.


Reply With Quote