Re: [SQL] desc and asc

Поиск
Список
Период
Сортировка
От Jose' Soares Da Silva
Тема Re: [SQL] desc and asc
Дата
Msg-id Pine.LNX.3.96.980604102626.945E-100000@proxy.bazzanese.com
обсуждение исходный текст
Ответ на desc and asc  (coronach@datacruz.com (Mike Lemler))
Список pgsql-sql
On Wed, 3 Jun 1998, Mike Lemler wrote:

> The nifty little booklet I have that tells the the ANSI SQL92 standard for
> desc and asc seems not to work with order by.  Could some one post an example?
>
> Thanks
hygea=> select * from prova order by testo asc;
testo
-----
ALFA
BETA
ZEBRA
ZETA
zebra
(5 rows)

hygea=> select * from prova order by testo desc;
testo
-----
zebra
ZETA
ZEBRA
BETA
ALFA
(5 rows)
                                                Jose'


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

Предыдущее
От: Stephane MONEGER
Дата:
Сообщение: Problem with array of char
Следующее
От: "Jose' Soares Da Silva"
Дата:
Сообщение: Re: [SQL] Money Data Type