Search Postgresql Archives

Re: Preserving order through an inner join

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gurjeet Singh wrote:
On Sun, Sep 26, 2010 at 9:37 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:

    The SQL standard explicitly disavows any particular
    output row order unless there is a top-level ORDER BY.  (In fact,
    unless things have changed recently an ORDER BY in a sub-select isn't
    even legal per spec.)

Not sure about the SQL spec allowing it, but an ORDER BY followed by a LIMIT does have valid use cases in sub-selects.

Absolutely it does, but that is just a row *filtering* operation. You still have to have a separate ORDER BY in the outermost query to get result rows output in a particular order. -- Darren Duncan

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux