public inbox for [email protected]
help / color / mirror / Atom feedFrom: Rich Shepard <[email protected]>
To: [email protected] <[email protected]>
Subject: Re: Extract only maximum date from column
Date: Thu, 4 Dec 2025 12:22:31 -0800 (PST)
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAKFQuwZEWkgQeWSB7nqzBjHS8kP7kvouT6jhKvfe_G2e3cJvOQ@mail.gmail.com>
References: <[email protected]>
<CAKFQuwZEWkgQeWSB7nqzBjHS8kP7kvouT6jhKvfe_G2e3cJvOQ@mail.gmail.com>
On Thu, 4 Dec 2025, David G. Johnston wrote:
> I would go with a lateral join subquery of the contracts table. Using an
> aggregates to perform ranking is an anti-pattern. You want the contract
> ranked first when ordered by contract_date. Either use a window function
> to explicitly rank the contracts or use a limit/fetch clause to simply
> return the first ordered one.
David,
It's 'contacts' rather than 'contracts'; a minor typo.
I'll read on making a lateral join. Thanks.
> You also seem to have completely missed joining people to contracts -
> suggest using explicit “join” clauses to make that error less likely.
Oops! My bad. Fixed.
Regards,
Rich
view thread (16+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Extract only maximum date from column
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox