Re: Alphanumeric natural order sorting : need generic solution

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Alphanumeric natural order sorting : need generic solution
Date: 2013-03-22 10:12:11
Message-ID: 514C2E7B.2070503@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/22/2013 12:40 AM, Umashanker, Srividhya wrote:
>
> Rows with orderby
>
> I am expecting
>
> 1, bay1
>
> 2, bay2
>
> 10, bay10
>
> 11, bay11
>

... order by id,name;

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Heikki Linnakangas 2013-03-22 10:16:42 Re: [pgeu-general] Alphanumeric natural order sorting
Previous Message Albe Laurenz 2013-03-22 10:03:17 Re: Alphanumeric natural order sorting : need generic solution