Subject | Re: [firebird-support] LIST not ordered |
---|---|
Author | mark@lawinegevaar.nl |
Post date | 2011-06-09T19:36:13Z |
On Thu, 9 Jun 2011 08:59:36 -0400, Thomas Clarke
<thomas.p.clarke@...>
wrote:
for granted. If it was implemented using the equivalent of a Java HashSet,
the output order would actually depend on the hash bucket the string was
stored in the HashSet.
<thomas.p.clarke@...>
wrote:
>> Interestingly, if I use DISTINCT, I get an ordered list.I highly suspect that is an implementation artefact and should not be taken
>>
>
> Because distinct needs to sort in order to work.
for granted. If it was implemented using the equivalent of a Java HashSet,
the output order would actually depend on the hash bucket the string was
stored in the HashSet.