mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update FAQ.
This commit is contained in:
parent
88ce6a2ba0
commit
56f5f2bf82
2 changed files with 2 additions and 2 deletions
2
doc/FAQ
2
doc/FAQ
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue