Re: Subquery to select max(date) value - Mailing list pgsql-general

From Ken Tanzer
Subject Re: Subquery to select max(date) value
Date
Msg-id CAD3a31WRASiBjSnHuz=CObtbkz7-M7yUC6yDsDieusFqVS_m_w@mail.gmail.com
Whole thread Raw
In response to Re: Subquery to select max(date) value  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general


On Thu, Mar 28, 2019 at 4:07 PM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Thu, Mar 28, 2019 at 4:05 PM Ken Tanzer <ken.tanzer@gmail.com> wrote:

 (And I don't think the one inside the lateral join is doing you any good).  Try:

...
              a.next_contact is not null
             limit 1) sq
            order by sq.next_contact DESC;


The fact that the subquery has a LIMT 1 clause leads me to assume the ORDER BY there is quite necessary.

David J.

Have to agree with you there.  Sorry for the brain fart!

Ken

--
AGENCY Software  
A Free Software data system
By and for non-profits
(253) 245-3801

learn more about AGENCY or
follow the discussion.

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Subquery to select max(date) value
Next
From: Rich Shepard
Date:
Subject: Re: Subquery to select max(date) value