Re: Sorting by numerical order

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: CSN <cool_screen_name90001(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Sorting by numerical order
Date: 2004-03-14 21:58:50
Message-ID: 200403142258.50643.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

CSN wrote:
> Is it possible to have items sorted like:
>
> abc 1
> abc 2
> abc 10
> abc 20

Cast them to a numeric type.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Finner 2004-03-14 22:06:53 Re: PostgeSQL problem (server crashed?)
Previous Message CSN 2004-03-14 20:53:38 Sorting by numerical order