We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ce6a2 commit 56f5f2bCopy full SHA for 56f5f2b
doc/FAQ
@@ -974,7 +974,7 @@ SELECT *
974
SELECT tab1.col1, NULL
975
FROM tab1
976
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
977
- ORDER BY tab1.col1
+ ORDER BY col1
978
_________________________________________________________________
979
980
Extending PostgreSQL
doc/src/FAQ/FAQ.html
@@ -1258,7 +1258,7 @@ <H4><A name="4.24">4.24</A>) How do I do an <I>outer</I> join?<BR>
1258
1259
1260
1261
1262
</PRE>
1263
<HR>
1264
0 commit comments