Re: Subquery to select max(date) value [RESOLVED]

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Subquery to select max(date) value [RESOLVED]
Date: 2019-02-12 22:32:59
Message-ID: alpine.LNX.2.20.1902121432100.15295@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2019-02-12 22:43:48 Re: Subquery to select max(date) value
Previous Message David G. Johnston 2019-02-12 22:29:14 Re: Subquery to select max(date) value