Set Operators (Entity SQL)

Entity SQL provides various powerful set operations. This includes SQL-like set operators such as UNION, INTERSECT, EXCEPT, and EXISTS. Entity SQL also supports operators for duplicate elimination (SET), membership testing (IN), and joins (JOIN). The following topics describe the Entity SQL set operators:

See Also

Concepts

Entity SQL Reference