Skip to content

eMahtab/sql-set-operators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sql set operators

Set operators combine the results of two component queries into a single result. Queries containing set operators are called compound queries.

Operator Returns
Union All distinct rows selected by either query
Union all All rows selected by either query, including all duplicates
Intersect All distinct rows selected by both queries
Minus All distinct rows selected by the first query but not the second

Union

Union

Union all

Union all

Intersect

Intersect

Minus

Minus

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published