Re: Selecting table row with latest date

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Selecting table row with latest date
Date: 2021-08-19 16:59:09
Message-ID: alpine.LNX.2.20.2108190957030.15165@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 19 Aug 2021, Rob Sargent wrote:

> Yeah, but my quibble is the the table you described up-thread. Your
> contact table contains next_contact? I think that column should be
> normalized out.

Rob,

Why should I have a separate table with one column: next_contact? The
next_contact date is associated with a person and the date that person was
contacted.

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2021-08-19 17:00:45 Re: Selecting table row with latest date
Previous Message Adrian Klaver 2021-08-19 16:53:40 Re: Selecting table row with latest date