Home
last modified time | relevance | path

Searched refs:INTERSECT (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/test/
H A Dselect4.test15 # 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
[all …]
H A Dlimit.test240 SELECT x FROM t2 LIMIT 0,5 INTERSECT SELECT a FROM t6;
242 } {1 {LIMIT clause should come after INTERSECT not before}}
280 SELECT a+26 FROM t6 INTERSECT SELECT x FROM t2 LIMIT 1;
285 SELECT a+27 FROM t6 INTERSECT SELECT x FROM t2 LIMIT 1;
290 SELECT a+27 FROM t6 INTERSECT SELECT x FROM t2 LIMIT 1 OFFSET 1;
295 SELECT a+27 FROM t6 INTERSECT SELECT x FROM t2
H A Dpragma.test237 SELECT d,e FROM t1 INTERSECT SELECT c,e FROM t1
242 SELECT d,e FROM t1 INTERSECT SELECT c,e FROM v1
H A Dinsert2.test71 INTERSECT SELECT n-1,log FROM d1;
H A Dselect6.test330 SELECT x AS 'a' FROM t1 INTERSECT SELECT x+1 AS 'a' FROM t1
/titanic_50/usr/src/uts/sun4v/os/
H A Dmpo.c1868 #define INTERSECT(a, b, c, d) \ macro
1925 INTERSECT(ubase, uend, base, end); in mnode_update()
1934 INTERSECT(ubase, uend, base, end); in mnode_update()
/titanic_50/usr/src/lib/libsqlite/src/
H A Dparse.y304 multiselect_op(A) ::= INTERSECT. {A = TK_INTERSECT;}