in reply to
Re: Optimizing a MySQL Query
in thread
Optimizing a MySQL Query
You add indexes in mysql by writing
create index indexname ON main (category)
in the mysql program... See
CREATE INDEX
T
I
M
T
O
W
T
D
I
Comment on
Re: Re: Optimizing a MySQL Query
Download
Code
In Section
Seekers of Perl Wisdom