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:
@ -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}
|
||||
|
Reference in New Issue
Block a user