Re: Subquery to select max(date) value

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
Date: 2019-02-13 16:13:03
Message-ID: alpine.LNX.2.20.1902130811310.10544@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 13 Feb 2019, Adrian Klaver wrote:

> AFAIK there is no inner left join:
> https://www.postgresql.org/docs/10/sql-select.html#SQL-FROM

Sigh. There are two LEFT JOINS in the statement. I referred to the SECOND
one as INNER. I correct my message to refer to the second of the two left
joins.

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2019-02-13 17:06:17 Re: Subquery to select max(date) value
Previous Message Adrian Klaver 2019-02-13 16:01:33 Re: Subquery to select max(date) value