Re: select statement sorting

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alexander Cohen <alex(at)toomuchspace(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: select statement sorting
Date: 2004-04-02 13:06:00
Message-ID: 200404021506.00930.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alexander Cohen wrote:
> i will get them back in the following order in the tuples:
> Alex
> Barbara
> Cohen
> alex
>
> But i want them back likke this:
> Alex
> alex
> Barbara
> Cohen

Set your locale to something other than C.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message sferriol 2004-04-02 14:48:11 column oid ?
Previous Message Bill Moran 2004-04-02 13:04:31 Re: FUNCTION problem