|
don't use SELECT * in the query, use a fieldlist instead.
SELECT * makes the query optimiser make TWO passes through the table, one to get the column names, the second to get the data.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|