Lines Matching refs:INTERSECT
15 # focus of this file is testing UNION, INTERSECT and EXCEPT operators
197 INTERSECT
205 INTERSECT
214 INTERSECT
225 INTERSECT
235 (SELECT DISTINCT log FROM t1 INTERSECT
243 INTERSECT
248 } {1 {ORDER BY clause should come after INTERSECT not before}}
250 # Various error messages while processing UNION or INTERSECT
291 INTERSECT
456 SELECT * FROM t1 WHERE n IN (SELECT n FROM t1 INTERSECT SELECT x FROM t2)