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

From Rich Shepard
Subject Re: Subquery to select max(date) value [RESOLVED]
Date
Msg-id alpine.LNX.2.20.1902121432100.15295@salmo.appl-ecosys.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 Tue, 12 Feb 2019, David G. Johnston wrote:

> You put the open parenthesis after the word select instead of before.
> A.next_contact = (SELECT max(A.next_contact) FROM A)

David.

Color me suitably embarrassed.

Thank you,

Rich


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