INTERSECT
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
INTERSECT
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
INTERSECT
Isolates the common members of two or more result sets.
Syntax
set1 INTERSECT set2
Parameters
set1 | A result set produced from the execution of a set-producing command. All sets in the command must have the same component structure. |
set2 | A result set produced from the execution of a set-producing command. All sets in the command must have the same component structure. |
Comments
When used within a FIND command, the result set contains the members that are common to each of the specified result sets, with duplicates eliminated.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5
2 Responses
When used within a FIND command, the result set contains the members that are common to each of the specified result sets, with duplicates eliminated.
I am unclear what this character is Â