1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add EXCEPT/INTERSECT doc changes.

This commit is contained in:
Bruce Momjian
1999-03-19 02:41:41 +00:00
parent 58cc2b6ead
commit 0d01fd4e19
4 changed files with 93 additions and 20 deletions

View File

@ -463,7 +463,7 @@ used to retrieve data. The syntax is:
[WHERE condition]
[GROUP BY <name_of_attr_i>
[,... [, <name_of_attr_j>]] [HAVING condition]]
[{UNION | INTERSECT | EXCEPT} SELECT ...]
[{UNION [ALL] | INTERSECT | EXCEPT} SELECT ...]
[ORDER BY <name_of_attr_i> [ASC|DESC]
[, ... [, <name_of_attr_j> [ASC|DESC]]]];
\end{verbatim}