Re: [SQL] desc and asc - Mailing list pgsql-sql

From Jose' Soares Da Silva
Subject Re: [SQL] desc and asc
Date
Msg-id Pine.LNX.3.96.980604102626.945E-100000@proxy.bazzanese.com
Whole thread Raw
In response to desc and asc  (coronach@datacruz.com (Mike Lemler))
List 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 by date:

Previous
From: Stephane MONEGER
Date:
Subject: Problem with array of char
Next
From: "Jose' Soares Da Silva"
Date:
Subject: Re: [SQL] Money Data Type