INNER JOIN syntax is not commonly used?

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: max1(at)inbox(dot)ru
Subject: INNER JOIN syntax is not commonly used?
Date: 2021-03-07 09:33:42
Message-ID: 161510962276.1050.10968048440449352120@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/tutorial-join.html
Description:

This page shows a WHERE syntax to join tables.

After that it shows an example of the INNER JOIN syntax:
SELECT *
FROM weather INNER JOIN cities ON (weather.city = cities.name);

And after that it says the following:
"This syntax is not as commonly used as the one above, "

So, this documentation claims that the INNER JOIN syntax is not as common as
WHERE syntax.
Is this really the case?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Andrew Grillet 2021-03-07 11:42:23 Re: INNER JOIN syntax is not commonly used?
Previous Message PG Doc comments form 2021-03-06 23:19:06 make tutorial 13.2