If I already have the field "refno" indexed in the table, does it make any difference if I add the "ORDER BY refno" clause in the SQL statement? I've been told that it is not necessary because of the table already being indexed. Actually it will slow down the search a bit. Is this true?
Sample: "SELECT refno,[name] FROM table WHERE refno = '0123' ORDER BY refno;"
Thanks in advance,
Steve
Sample: "SELECT refno,[name] FROM table WHERE refno = '0123' ORDER BY refno;"
Thanks in advance,
Steve