Re: A little bug in postgreSQL

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: A little bug in postgreSQL
Дата
Msg-id 1038367660.1741.9.camel@tokyo
обсуждение исходный текст
Ответ на A little bug in postgreSQL  ("Baiju MP" <baiju@ipath.net.in>)
Список pgsql-bugs
On Tue, 2002-11-26 at 13:35, Baiju MP wrote:
> At present the all other database, providing an option to set
> developers own order with the order  by  statement.
> eg : SELECT ......
>        FROM  ......
>         ORDER BY 1 like 'A%' like 'H%' like 'G%' like 'C%'

Can you elaborate on exactly what behavior you'd expect this to produce?
We already support this syntax:

    [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Invalid free/delete
Следующее
От: Jean-Christian Imbeault
Дата:
Сообщение: .3RC2 does not have datetime() function?