public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bryan Sayer <[email protected]>
To: [email protected]
Subject: Re: Extract only maximum date from column
Date: Thu, 4 Dec 2025 15:24:40 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>

You don't include the where clause, just the having clause after the 
group by.

At least that is what I remember. But it has been awhile.

*Bryan Sayer*
Retired Demographer/Statistician
/In a world in which you can be anything, *be kind*/
On 12/4/2025 3:13 PM, Rich Shepard wrote:
> On Thu, 4 Dec 2025, Bryan Sayer wrote:
>
>> I believe in general you need
>>
>> having c.next_contact = max(c.next_contact)
>>
>> (at least in ANSI SQL) Use having for after the join has occurred
>
> Bryan,
>
> Postgresql didn't like that regardless of where I inserted the `having'
> stanza.
>
> Thanks,
>
> Rich
>
>

view thread (2+ messages)

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], [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