Re: ORDER records based on parameters in IN clause

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Russell Simpkins <russellsimpkins(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: ORDER records based on parameters in IN clause
Date: 2005-06-29 14:33:30
Message-ID: 20050629143330.GA31922@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Jun 29, 2005 at 10:22:07AM -0400, Russell Simpkins wrote:
>
> fair enough. but a simple order by id would never work.

I didn't mean to imply that it would -- I meant only that
ORDER BY <something> is necessary to guarantee a particular
row order.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2005-06-29 15:07:18 Re: ORDER records based on parameters in IN clause
Previous Message Russell Simpkins 2005-06-29 14:22:07 Re: ORDER records based on parameters in IN clause