diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index b3cf39a39b..7ca640e697 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -266,7 +266,9 @@ FROM table_reference , table_r USING: it forms a USING list consisting of all column names that appear in both input tables. As with USING, these columns appear - only once in the output table. + only once in the output table. If there are no common + columns, NATURAL behaves like + CROSS JOIN.