Update FAQ.

This commit is contained in:
Bruce Momjian 2001-01-22 17:20:12 +00:00
parent 88ce6a2ba0
commit 56f5f2bf82
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>