Re: How to order varchar data by word - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: How to order varchar data by word
Date
Msg-id 200910141354.17785.aklaver@comcast.net
Whole thread Raw
In response to How to order varchar data by word  ("Oliveiros C," <oliveiros.cristina@marktest.pt>)
List pgsql-sql
On Wednesday 14 October 2009 7:13:22 am Oliveiros C, wrote:
>  Hello, list.
>
> I have a table with a varchar field that I would like to order by word, not
> by ordinal, which seems to be the default on postgres.
>
> Does anyone have a clue on how this can be done?
>
> Many thanx in advance,
>
> Best,
> Oliveiros

Can you show the SQL you are using?

-- 
Adrian Klaver
aklaver@comcast.net


pgsql-sql by date:

Previous
From: msi77
Date:
Subject: Re: How to get the previous date?
Next
From: Gary Chambers
Date:
Subject: Efficiency in Multiple Queries of Same Table in a PL/PgSQL Function