Re: Is There Away to Avoid Sorting?
tanorris_at_academicplanet.com
Date: 03/27/05
- Previous message: I love SQL... :S: "Re: Unique / distinct with duplicates in non-primary key fields"
- In reply to: Rick Brandt: "Re: Is There Away to Avoid Sorting?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 27 Mar 2005 13:25:09 -0600
But, how do you actually specify no sorting in the Query?
On Sun, 27 Mar 2005 15:46:00 GMT, "Rick Brandt"
<rickbrandt2@hotmail.com> wrote:
>tanorris@academicplanet.com wrote:
>> Is there a way to avoid sorting (Asc and Desc), including the Access
>> default sorting? I do not want any sorting to occur in a SELECT
>> query. TIA
>>
>> Tom
>
>If you specify no sorting at all explicitly then you will normally get the
>records in the order thay are retrieved from disk. In a file that is compacted
>regularly this will usually be Primary Key order. If what you want is a truly
>random order then I'm not aware of an easy way to achieve that.
- Previous message: I love SQL... :S: "Re: Unique / distinct with duplicates in non-primary key fields"
- In reply to: Rick Brandt: "Re: Is There Away to Avoid Sorting?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|