Lines Matching refs:INTERSECT
31681 case TK_INTERSECT: zOp = "INTERSECT"; break;
139819 case TK_INTERSECT: z = "INTERSECT"; break;
141024 ** INTERSECT
141265 /* INTERSECT is different from the others since it requires
141282 SELECTTRACE(1, pParse, p, ("multiSelect INTERSECT left...\n"));
141299 SELECTTRACE(1, pParse, p, ("multiSelect INTERSECT right...\n"));
141455 /* Suppress duplicates for UNION, EXCEPT, and INTERSECT
141568 ** <operator> is one of UNION ALL, UNION, EXCEPT, or INTERSECT. The idea
141596 ** UNION ALL UNION EXCEPT INTERSECT
141613 ** Duplicate removal in the UNION, EXCEPT, and INTERSECT cases is handled
141752 ** operator is UNION, EXCEPT, or INTERSECT (but not UNION ALL).
143282 ** (8) The subquery may not be a compound that uses UNION, INTERSECT,
143536 ** This transformation is only needed for EXCEPT, INTERSECT, and UNION.
167591 0, /* INTERSECT => nothing */
167864 /* 137 */ "INTERSECT",
168144 /* 91 */ "multiselect_op ::= EXCEPT|INTERSECT",
169055 242, /* (91) multiselect_op ::= EXCEPT|INTERSECT */
169465 -1, /* (91) multiselect_op ::= EXCEPT|INTERSECT */
170162 case 91: /* multiselect_op ::= EXCEPT|INTERSECT */ yytestcase(yyruleno==91);
172103 ** 114: INTERSECT UNBOUNDED
172174 testcase( i==33 ); /* INTERSECT */