Commit 56f5f2bf authored by Bruce Momjian's avatar Bruce Momjian

Update FAQ.

parent 88ce6a2b
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment