Re: ORDER BY options (how to order data as AAA, aaa, BBB, bbb, ... ZZZ, zzz) - Mailing list pgsql-general

From Julian Legeny
Subject Re: ORDER BY options (how to order data as AAA, aaa, BBB, bbb, ... ZZZ, zzz)
Date
Msg-id 1299998290.20050510122819@opensubsystems.org
Whole thread Raw
In response to Re: ORDER BY options (how to order data as AAA, aaa, BBB, bbb, ... ZZZ, zzz)  (Russell Smith <mr-russ@pws.com.au>)
List pgsql-general
Hello,

   that's what I was looking for.

   Thanks to all for advices,
   with best regards,

   Julian Legeny


Tuesday, May 10, 2005, 12:14:38 PM, you wrote:

RS> SELECT * FROM MY_TABLE ORDER BY lower(NAME), NAME

RS> The second NAME is to ensure that AAA comes before aaa, otherwise the order is undetermined.

RS> ---------------------------(end of broadcast)---------------------------
RS> TIP 2: you can get off all lists at once with the unregister command
RS>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)



pgsql-general by date:

Previous
From: Ragnar Hafstað
Date:
Subject: Re: ORDER BY options (how to order data as AAA, aaa,
Next
From: Ron Mayer
Date:
Subject: Re: Array manipulation/syntax question