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

Update FAQ.

parent 88ce6a2b
......@@ -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>
......
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