Re: Forcing a specific order - Mailing list pgsql-novice

From Michael Glaesemann
Subject Re: Forcing a specific order
Date
Msg-id 165DB899-D39A-4DE3-978E-F25545AF8A1F@myrealbox.com
Whole thread Raw
In response to Forcing a specific order  (Martin Foster <martin@ethereal-realms.org>)
List pgsql-novice
On Oct 12, 2005, at 9:56 , Martin Foster wrote:

> This may come across as a rather odd question.   However, is there
> a way to force PostgreSQL to return rows in a very specific order?

The SQL-standard ORDER BY clause is supported by PostgreSQL and is
the usual way of specifying the order rows are returned. Does this
not serve your needs?

Michael Glaesemann
grzm myrealbox com




pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Forcing a specific order
Next
From: Martin Foster
Date:
Subject: Re: Forcing a specific order