Re: Sorting when "*" is the initial character

Поиск
Список
Период
Сортировка
От Russell Smith
Тема Re: Sorting when "*" is the initial character
Дата
Msg-id 200502082011.40126.mr-russ@pws.com.au
обсуждение исходный текст
Ответ на Re: Sorting when "*" is the initial character  (CoL <col@mportal.hu>)
Ответы Re: Sorting when '*' is the initial character - solved  ("Berend Tober" <btober@seaworthysys.com>)
Список pgsql-general
On Tue, 8 Feb 2005 01:10 pm, CoL wrote:
> hi,
>
> Berend Tober wrote, On 2/7/2005 22:20:
> > I encountered what looks like unusually sorting behavior, and I'm wondering if
> > anyone can tell me if this is supposted to happen (and then if so, why) or if
> > this is a bug:
> >
> >
> > SELECT * FROM sample_table ORDER BY 1;
> >
> > account_id,account_name
> > 100,First account
> > 110,Second account
> > *115,Fifth account
> > 120,Third account
> > *125,Fourth account
> >
> > I would expect to see
> >
> > account_id,account_name
> > *115,Fifth account
> > *125,Fourth account
> > 100,First account
> > 110,Second account
> > 120,Third account

With 8.0.0  C local, SQL_ASCII Database, I get the expected output.

Regards

Russell Smith

В списке pgsql-general по дате отправления:

Предыдущее
От: guegue
Дата:
Сообщение: Re: Update command too slow
Следующее
От: Jan Poslusny
Дата:
Сообщение: Re: