Shaun Clements wrote:
Hi Richard

I have a questions regarding my order by problem.
If you index a table, can you query the table using ORDER BY. ?

You can ORDER BY any combination of columns/expressions, whether they are indexed or not. An index may make things quicker (it isn't guaranteed to do so).


--
  Richard Huxton
  Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to