Skip to content
Snippets Groups Projects
Commit 56f5f2bf authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update FAQ.

parent 88ce6a2b
No related branches found
No related tags found
No related merge requests found
......@@ -974,7 +974,7 @@ SELECT *
SELECT tab1.col1, NULL
FROM tab1
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
ORDER BY tab1.col1
ORDER BY col1
_________________________________________________________________
Extending PostgreSQL
......
......@@ -1258,7 +1258,7 @@ or
SELECT tab1.col1, NULL
FROM tab1
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
ORDER BY tab1.col1
ORDER BY col1
</PRE>
<HR>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment