Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 113 Bytes

3.2.07_UNION_Syntax.md

File metadata and controls

6 lines (4 loc) · 113 Bytes

3.2.7 UNION Syntax:

SELECT ...
UNION [ALL | DISTINCT] SELECT ...
[UNION [ALL | DISTINCT] SELECT ...]