From 2dd56c612c449ba1cbaa768467dbc2b0546f6ab3 Mon Sep 17 00:00:00 2001 From: "arjen@co3064164-a.bitbike.com" <> Date: Mon, 5 Nov 2001 12:30:04 +1000 Subject: [PATCH] Fixup, paragraph lost since 3.23.41 (noted by Carsten Pederson). --- Docs/manual.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 2658bf26394..213a3f7636f 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -33777,6 +33777,12 @@ semantically equivalent to an @code{INNER JOIN} or a @code{LEFT JOIN} with a @code{USING} clause that names all columns that exist in both tables. +@item +@cindex hints +@code{INNER JOIN} and @code{,} (comma) are semantically equivalent. +Both do a full join between the tables used. Normally, you specify +how the tables should be linked in the WHERE condition. + @item @code{RIGHT JOIN} works analogously as @code{LEFT JOIN}. To keep code portable across databases, it's recommended to use @code{LEFT JOIN} -- 2.30.9