Skip to content

Commit 56f5f2b

Browse files
committed
Update FAQ.
1 parent 88ce6a2 commit 56f5f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ SELECT *
974974
SELECT tab1.col1, NULL
975975
FROM tab1
976976
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
977-
ORDER BY tab1.col1
977+
ORDER BY col1
978978
_________________________________________________________________
979979

980980
Extending PostgreSQL

doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ <H4><A name="4.24">4.24</A>) How do I do an <I>outer</I> join?<BR>
12581258
SELECT tab1.col1, NULL
12591259
FROM tab1
12601260
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
1261-
ORDER BY tab1.col1
1261+
ORDER BY col1
12621262
</PRE>
12631263
<HR>
12641264

0 commit comments

Comments
 (0)