Re: Sorting when "*" is the initial character

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Sorting when "*" is the initial character
Дата
Msg-id 20050207220450.GA10210@wolff.to
обсуждение исходный текст
Ответ на Sorting when "*" is the initial character  ("Berend Tober" <btober@seaworthysys.com>)
Список pgsql-general
On Mon, Feb 07, 2005 at 16:20:36 -0500,
  Berend Tober <btober@seaworthysys.com> wrote:
>
> 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

This depends on your locale.

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

Предыдущее
От: Clodoaldo Pinto
Дата:
Сообщение: Re: Out of memory error
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Out of memory error