Re: really slow query results --- SOLVED

2002-12-19 Thread Jocelyn Fournier
- From: "Harald Fuchs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 12:40 PM Subject: Re: really slow query results --- SOLVED > In article <[EMAIL PROTECTED]>, > Dan Nelson <[EMAIL PROTECTED]> writes: > > > INNER JOIN an

Re: really slow query results --- SOLVED

2002-12-18 Thread Dan Nelson
In the last episode (Dec 19), Joseph Dietz said: > Someone helped me solve the problem with my slow query results! I was > missing the index which I should have added to my cross reference > tables.. AND I should have used the INNER JOIN clause instead of > joining my table with the WHERE clause. I

really slow query results --- SOLVED

2002-12-18 Thread Joseph Dietz
Someone helped me solve the problem with my slow query results! I was missing the index which I should have added to my cross reference tables.. AND I should have used the INNER JOIN clause instead of joining my table with the WHERE clause. In the future I will be far more careful designing my q