Quote:
Originally Posted by r937
|
thanks, i am going to check this now. I have one more question about indexing for instance I am running this query
SELECT field1, field2, field3 FROM aTable WHERE field4=10
My question is should I create index only on field4 or all 4 fields? and what if I add ORDER BY field5 how indexing will work for this?
Thanks