Skip to content

Commit 7ecff3f

Browse files
committed
Fix typo.
1 parent b1a38a4 commit 7ecff3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/queries.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.7 2001/05/12 22:51:35 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.8 2001/08/30 08:16:42 ishii Exp $ -->
22

33
<chapter id="queries">
44
<title>Queries</title>
@@ -409,7 +409,7 @@ SELECT a.* FROM (my_table AS a JOIN your_table AS b ON ...) AS c
409409
<programlisting>
410410
FROM T1 INNER JOIN T2 USING (C)
411411
FROM T1 LEFT OUTER JOIN T2 USING (C)
412-
FROM (T1 RIGHT OUTER JOIN T2 ON (T1C1=T2C1)) AS DT1
412+
FROM (T1 RIGHT OUTER JOIN T2 ON (T1.C1=T2.C1)) AS DT1
413413
FROM (T1 FULL OUTER JOIN T2 USING (C)) AS DT1 (DT1C1, DT1C2)
414414

415415
FROM T1 NATURAL INNER JOIN T2

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy