mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Clarify that NATURAL without matching columns is like CROSS JOIN.
As suggested by Grzegorz Szpetkowski.
This commit is contained in:
parent
2a89042142
commit
6b02ed66e2
@ -266,7 +266,9 @@ FROM <replaceable>table_reference</replaceable> <optional>, <replaceable>table_r
|
||||
<literal>USING</>: it forms a <literal>USING</> list
|
||||
consisting of all column names that appear in both
|
||||
input tables. As with <literal>USING</>, these columns appear
|
||||
only once in the output table.
|
||||
only once in the output table. If there are no common
|
||||
columns, <literal>NATURAL</literal> behaves like
|
||||
<literal>CROSS JOIN</literal>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user