mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Update FAQ.
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user