View Single Post

   
  #5 (permalink)  
Old 03-06-2008, 03:04 PM
Gordon Burditt
 
Posts: n/a
Default Re: datetime manipulation

>> SQL queries sort the output, not the table.
>Not always totally true. Sometimes a table index will be used to
>supply the data in the correct order for the output.


That sorts the output, not the table.

If you said "sometimes a table index will be used to physically
order the data in the table" and could demonstrate portable SQL to
do that, OK. But there's no SQL to retrieve the table in physical
order.

Reply With Quote