-
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
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
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