{ query_term | query_factor INTERSECT [ ALL ] query_term }
Syntax Elements
- query_term
- See query_term Syntax.
- query_factor
- INTERSECT
- A set operator returning the result rows appearing in all answer sets.
- ALL
- Allows duplicate rows to be returned.
{ query_term | query_factor INTERSECT [ ALL ] query_term }