Re: ORDER BY Problem

From: "Eric G(dot) Miller" <egm2(at)jps(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ORDER BY Problem
Date: 2001-06-06 02:33:08
Message-ID: 20010605193308.C23813@calico.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 06, 2001 at 03:17:36AM +0200, Severin Olloz wrote:
> Hello...
>
> Why does Postgresql order the uppercase letters first?

Because all uppercase letters come before the lowercase letters. Maybe
"ORDER BY lower(<column>)" will work? This should also be locale
dependent ...

--
Eric G. Miller <egm2(at)jps(dot)net>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tod McQuillin 2001-06-06 02:45:38 Re: ORDER BY Problem
Previous Message Dave Cramer 2001-06-06 02:24:42 Re: Postgres java interface test error