Re: Case insensitive ORDER BY

From: Nick Barr <nicky(at)chuckie(dot)co(dot)uk>
To: Mark Lubratt <mark(dot)lubratt(at)indeq(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Case insensitive ORDER BY
Date: 2004-03-18 16:27:38
Message-ID: 4059CDFA.4000207@chuckie.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark Lubratt wrote:

> Is there a way to make ORDER BY case insensitive?
>
> Thanks!
> Mark
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

Does the following work?

... ORDER BY UPPER(some_string)

Nick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-03-18 16:28:32 Re: Opteron build process question
Previous Message Bruce Momjian 2004-03-18 16:14:16 Re: Opteron build process question