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

Update FAQ.

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